* Goes to the Monthly Costs screen. * @param action Pointer to an action. */
| 501 | * @param action Pointer to an action. |
| 502 | */ |
| 503 | void BaseInfoState::btnMonthlyCostsClick(Action *) |
| 504 | { |
| 505 | _game->pushState(new MonthlyCostsState(_game, _base)); |
| 506 | } |
| 507 | |
| 508 | } |