Inheritance: UnityEngine.MonoBehaviour
Esempio n. 1
0
 public TCPPeer(NetworkManager netMgr)
 {
     networkMgr = netMgr;
 }
Esempio n. 2
0
 private void Awake()
 {
     this.manager = this.GetComponent <NetworkManager>();
 }