Player's turn complete
This commit is contained in:
@@ -11,6 +11,9 @@ private:
|
||||
public:
|
||||
Player() : score(0.) {};
|
||||
|
||||
void points(double _score){
|
||||
score += _score;
|
||||
}
|
||||
std::vector<std::unique_ptr<Infantry>>& get_army() {
|
||||
return army;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user