protected ushort ReadUShort() { if (_sending) { Debug.Log(GetType() + " unable to read data in packet! It is sent!"); return(0); } if (peer != null) { return(peer.ReadUShort()); } return(0); }