diff options
Diffstat (limited to 'packets/request_character_list_packet.gd')
-rw-r--r-- | packets/request_character_list_packet.gd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packets/request_character_list_packet.gd b/packets/request_character_list_packet.gd index e347abd..e2c761d 100644 --- a/packets/request_character_list_packet.gd +++ b/packets/request_character_list_packet.gd @@ -2,7 +2,8 @@ class_name RequestCharacterListPacket extends Packet -static var header := 0x09a1 +const HEADER := 0x09a1 +const BYTE_LENGTH := 0 func to_bytes(): |