diff options
Diffstat (limited to 'packets/request_character_list_packet.gd')
-rw-r--r-- | packets/request_character_list_packet.gd | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packets/request_character_list_packet.gd b/packets/request_character_list_packet.gd deleted file mode 100644 index 2f43a05..0000000 --- a/packets/request_character_list_packet.gd +++ /dev/null @@ -1,10 +0,0 @@ -class_name RequestCharacterListPacket -extends Packet - - -const HEADER := 0x09a1 -const BYTE_LENGTH := 2 - - -func to_bytes(): - return get_header() |