All Classes
Scout Class Reference
+ Inheritance diagram for Scout:
+ Collaboration diagram for Scout:

Public Member Functions

 Scout (const std::string &name, int health=50, int punch_damage=1, int damage2=5)
 
std::string WhoAmI () const
 
void Attack2 (Player &player) const
 
- Public Member Functions inherited from Player
 Player (const std::string &name, int health, int damage)
 
virtual void Attack (Player &other) const
 
void TakeDamage (int damage)
 
const std::string & getName () const
 
int getHealth () const
 
int getDamage () const
 
bool isAlive () const
 

Private Attributes

int damage2_
 

Detailed Description

Definition at line 4 of file Scout.h.


The documentation for this class was generated from the following file: