Threaded the barriers through the networking system

This commit is contained in:
2016-04-03 22:32:39 +10:00
parent 235f3b57e0
commit 7b9c016082
10 changed files with 181 additions and 2 deletions
+4
View File
@@ -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];
};