Represents a basic robot character.
Represents a FragTrap robot, a specialized type derived from ClapTrap.
static const unsigned int defaultHitPoints
virtual void attack(const std::string &target)
Attack function implementation.
FragTrap(const std::string &name)
static const unsigned int defaultAttackDamage
static const unsigned int defaultEnergyPoints
FragTrap(const FragTrap &other)
FragTrap & operator=(const FragTrap &other)
Header file for the ClapTrap class.