public override void Close() { WriteByte((byte)Commands.Destroy); Flush(); client.Close(); Instance = null; }
public CommunicatorClient() : base(CommunicatorType.Clinet) { Instance = this; }