상속: UnityEngine.MonoBehaviour
예제 #1
0
 public TCPPeer(NetworkManager netMgr)
 {
     networkMgr = netMgr;
 }
예제 #2
0
 private void Awake()
 {
     this.manager = this.GetComponent <NetworkManager>();
 }