* Set how long since this unit was last exposed. * @param turns number of turns */
| 2447 | * @param turns number of turns |
| 2448 | */ |
| 2449 | void BattleUnit::setTurnsSinceSpotted (int turns) |
| 2450 | { |
| 2451 | _turnsSinceSpotted = turns; |
| 2452 | } |
| 2453 | |
| 2454 | /** |
| 2455 | * Get how long since this unit was exposed. |
no outgoing calls
no test coverage detected