Inheritance: UnityEngine.MonoBehaviour
コード例 #1
0
 public TCPPeer(NetworkManager netMgr)
 {
     networkMgr = netMgr;
 }
コード例 #2
0
 private void Awake()
 {
     this.manager = this.GetComponent <NetworkManager>();
 }