![]() |
FYP
1.0.0
Final Year Project -- Alexander Meuer
|
Stores information about a single wave. More...
#include <WaveController.hpp>

Public Member Functions | |
| Wave (tinyxml2::XMLElement *xml) | |
| Parses a <Wave> xml tag. | |
Public Attributes | |
| const std::string | unitDefinition |
| Name of file containing unit definiton (w/o extension) | |
| const float | spawnDelay |
| Seconds after previous wave that this wave should be spawned. | |
| const int | numberUnits |
| Number of units to be spawned. | |
Stores information about a single wave.