BattleData can hold a limited number of characters
This commit is contained in:
@@ -45,6 +45,7 @@ public:
|
||||
private:
|
||||
friend class CharacterManager;
|
||||
|
||||
//database stuff
|
||||
int index = -1;
|
||||
int owner = -1;
|
||||
std::string handle;
|
||||
|
||||
Reference in New Issue
Block a user