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


const HEADER := 0x09a1
const BYTE_LENGTH := 2


func to_bytes():
	return get_header()