* Set a specific number of timeunits. * @param tu */
| 1192 | * @param tu |
| 1193 | */ |
| 1194 | void BattleUnit::setTimeUnits(int tu) |
| 1195 | { |
| 1196 | _tu = tu; |
| 1197 | } |
| 1198 | |
| 1199 | /** |
| 1200 | * Add this unit to the list of visible units. Returns true if this is a new one. |
no outgoing calls
no test coverage detected