| 90 | { return mNumCreaturesFighters; } |
| 91 | |
| 92 | inline int getNumCreaturesFightersMax() const |
| 93 | { return mNumCreaturesFightersMax; } |
| 94 | |
| 95 | inline int getNumCreaturesWorkers() const |
| 96 | { return mNumCreaturesWorkers; } |
no outgoing calls
no test coverage detected