mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-22 15:35:55 +02:00
Fixed high memory usage issue
This commit is contained in:
8
modules/game_bot/functions/const.lua
Normal file
8
modules/game_bot/functions/const.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
North = 0
|
||||
East = 1
|
||||
South = 2
|
||||
West = 3
|
||||
NorthEast = 4
|
||||
SouthEast = 5
|
||||
SouthWest = 6
|
||||
NorthWest = 7
|
Reference in New Issue
Block a user