BattleData can hold a limited number of characters

This commit is contained in:
2016-08-29 19:05:41 +10:00
parent b2aecc933a
commit 4cce98dba4
7 changed files with 93 additions and 22 deletions
+1
View File
@@ -45,6 +45,7 @@ public:
private:
friend class CharacterManager;
//database stuff
int index = -1;
int owner = -1;
std::string handle;