diff options
Diffstat (limited to 'packets/map_loaded_packet.gd')
-rw-r--r-- | packets/map_loaded_packet.gd | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packets/map_loaded_packet.gd b/packets/map_loaded_packet.gd deleted file mode 100644 index e0f0967..0000000 --- a/packets/map_loaded_packet.gd +++ /dev/null @@ -1,12 +0,0 @@ -## rAthena References: -## - clif_parse_LoadEndAck -class_name MapLoadedPacket -extends Packet - - -const HEADER := 0x007d -const BYTE_LENGTH := 2 - - -func to_bytes(): - return get_header() |