save to move to e3

This commit is contained in:
Hugo LAMY
2022-02-22 15:18:39 +01:00
parent 985d90bb8c
commit bb6c0515b1
6 changed files with 53 additions and 45 deletions

View File

@@ -29,12 +29,14 @@ public:
protected:
std::string _name;
std::string _class;
int _hit;
int _energy;
int _attack;
int _number;
int getTotalNumber() const;
std::string _name;
std::string _class;
int _hit;
int _energy;
int _attack;
int _number;
void _increaseNumber();