|
|
@@ -11,8 +11,6 @@ public class PKMatchingView : MonoBehaviour
|
|
|
|
|
|
float waitingTime = 0;
|
|
|
|
|
|
- SocketPlayer socketPlayer;
|
|
|
-
|
|
|
//邀请者需要输入的信息
|
|
|
[NonSerialized] public int targetInvitePlayerID;
|
|
|
[NonSerialized] public bool isFriendPKInviter;
|
|
|
@@ -120,6 +118,5 @@ public class PKMatchingView : MonoBehaviour
|
|
|
public void Back() {
|
|
|
AudioMgr.ins.PlayBtn();
|
|
|
Destroy(this.gameObject);
|
|
|
- Destroy(socketPlayer.gameObject);
|
|
|
}
|
|
|
}
|