public ClientPacket(ushort packetId, ushort clientId) { W2Marshal.BuildPacketHeader <T>(ref Header, clientId); Header.Opcode = packetId; }