|
TheCOSCGameProject
1.0
|
Represents an enemy in a room. More...
#include <room.h>
Public Attributes | |
| std::string | name |
| Name of the enemy. More... | |
| int | health |
| Health points of the enemy. More... | |
| int | attack |
| Attack power of the enemy. More... | |
Represents an enemy in a room.
Contains the name, health, and attack attributes of an enemy.
| int EnemyStruct::attack |
Attack power of the enemy.
| int EnemyStruct::health |
Health points of the enemy.
| std::string EnemyStruct::name |
Name of the enemy.
1.8.13