Threaded the barriers through the networking system
This commit is contained in:
@@ -44,9 +44,13 @@ public:
|
||||
int SetInstanceIndex(int i);
|
||||
int GetInstanceIndex() const;
|
||||
|
||||
int* GetStatusArray();
|
||||
|
||||
private:
|
||||
int scriptRef = LUA_NOREF;
|
||||
std::map<std::string, std::string> tags;
|
||||
|
||||
int instanceIndex = -1;
|
||||
|
||||
int status[8];
|
||||
};
|
||||
Reference in New Issue
Block a user