summaryrefslogtreecommitdiff
path: root/packets/request_character_list_packet.gd
blob: e347abd19640086d939b3fc8c77ecb418dbf3806 (plain)
1
2
3
4
5
6
7
8
9
class_name RequestCharacterListPacket
extends Packet


static var header := 0x09a1


func to_bytes():
	return get_header()