* Gets the TU reserved type. * @return A battleactiontype. */
| 1688 | * @return A battleactiontype. |
| 1689 | */ |
| 1690 | BattleActionType SavedBattleGame::getTUReserved() const |
| 1691 | { |
| 1692 | return _tuReserved; |
| 1693 | } |
| 1694 | |
| 1695 | /** |
| 1696 | * Sets the TU reserved type. |