public TCPPeer(NetworkManager netMgr) { networkMgr = netMgr; }
private void Awake() { this.manager = this.GetComponent <NetworkManager>(); }