diff options
Diffstat (limited to 'constants.gd')
-rw-r--r-- | constants.gd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/constants.gd b/constants.gd index 5bb518a..322c85a 100644 --- a/constants.gd +++ b/constants.gd @@ -66,6 +66,17 @@ enum Job { Acolyte = 4, } +enum Direction { + South, + SouthWest, + West, + NorthWest, + North, + NorthEast, + East, + SouthEast, +} + static var PacketDB = { #LoginServerLoginPacket.HEADER: LoginServerLoginPacket, |