The rooms are ticking
This commit is contained in:
@@ -70,9 +70,11 @@ private:
|
||||
|
||||
//members
|
||||
std::map<int, RoomData> elementMap;
|
||||
int counter = 0;
|
||||
|
||||
//API
|
||||
lua_State* lua = nullptr;
|
||||
sqlite3* database = nullptr;
|
||||
int counter = 0;
|
||||
|
||||
//hooks
|
||||
int createRef = LUA_NOREF;
|
||||
|
||||
Reference in New Issue
Block a user