|
TheCOSCGameProject
1.0
|
Defines the Enemy structure and EnemySpawner class for the Valeris game. More...
#include <string>

Go to the source code of this file.
Classes | |
| struct | Enemy |
| Represents an enemy character in the game. More... | |
| class | EnemySpawner |
| Responsible for spawning enemies in the game. More... | |
Defines the Enemy structure and EnemySpawner class for the Valeris game.
This file contains the declaration of the Enemy structure, which represents an enemy character in the game, and the EnemySpawner class, which is responsible for spawning enemies with randomly generated attributes.
1.8.13