Represents a basic robot character.
void beRepaired(unsigned int amount)
beRepaired function implementation.
void takeDamage(unsigned int amount)
takeDamage function implementation.
void attack(const std::string &target)
Attack function implementation.
Header file for the ClapTrap class.