1 2 3 4 5 6 7 8
class_name RequestCharacterListPacket extends Packet func to_bytes(): var header = PackedByteArray([161, 9]) return header