public void Send(GamePacketWriter packet) { _client.Send(packet); }
public void Send(GameServerPacket packet) { _client.Send(packet.GetContent()); }