* Returns the soldier's amount of time units. * @return Time units. */
| 838 | * @return Time units. |
| 839 | */ |
| 840 | int BattleUnit::getTimeUnits() const |
| 841 | { |
| 842 | return _tu; |
| 843 | } |
| 844 | |
| 845 | /** |
| 846 | * Returns the soldier's amount of energy. |
no outgoing calls
no test coverage detected