summaryrefslogtreecommitdiff
path: root/constants.gd
diff options
context:
space:
mode:
Diffstat (limited to 'constants.gd')
-rw-r--r--constants.gd11
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,