Наследование: UnityEngine.MonoBehaviour
Пример #1
0
 public TCPPeer(NetworkManager netMgr)
 {
     networkMgr = netMgr;
 }
Пример #2
0
 private void Awake()
 {
     this.manager = this.GetComponent <NetworkManager>();
 }