| 515 | } |
| 516 | |
| 517 | void Game_BattleAlgorithm::AlgorithmBase::SetSwitchEnable(int switch_id) { |
| 518 | switch_on.push_back(switch_id); |
| 519 | } |
| 520 | |
| 521 | void Game_BattleAlgorithm::AlgorithmBase::SetSwitchDisable(int switch_id) { |
| 522 | switch_off.push_back(switch_id); |
no outgoing calls
no test coverage detected