mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
Add/get table functions implemented on ext charlist
This commit is contained in:
@@ -295,3 +295,10 @@ KeyCodeDescs = {
|
||||
[KeyNumpad8] = 'Numpad8',
|
||||
[KeyNumpad9] = 'Numpad9'
|
||||
}
|
||||
|
||||
NetworkMessageTypes = {
|
||||
Boolean = 1,
|
||||
Number = 2,
|
||||
String = 3,
|
||||
Table = 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user