public void SendPacket(ServerPacket _packet) { if (_packet != null) { SendData(_packet.GetBytes()); } }