|
ProtoBot
|
Counter for the units ProtoBot has created over the course of a game. More...
#include <StrategyManager.h>
Public Attributes | |
| int | worker = 0 |
| int | zealots = 0 |
| int | dragoons = 0 |
| int | dark_templars = 0 |
| int | observers = 0 |
Counter for the units ProtoBot has created over the course of a game.
Definition at line 143 of file StrategyManager.h.
| int UnitProductionGameCounter::dark_templars = 0 |
Definition at line 147 of file StrategyManager.h.
| int UnitProductionGameCounter::dragoons = 0 |
Definition at line 146 of file StrategyManager.h.
| int UnitProductionGameCounter::observers = 0 |
Definition at line 148 of file StrategyManager.h.
| int UnitProductionGameCounter::worker = 0 |
Definition at line 144 of file StrategyManager.h.
| int UnitProductionGameCounter::zealots = 0 |
Definition at line 145 of file StrategyManager.h.