public override void Deserialize(Packet rawPacket) { this.rawPacket = rawPacket; Id = ArrayPacketReader.ReadId(rawPacket.Payload, 1); }