| 965 | |
| 966 | |
| 967 | inline Game_Battler* Game_BattleAlgorithm::AlgorithmBase::GetReflectTarget() const { |
| 968 | return reflect_target; |
| 969 | } |
| 970 | |
| 971 | inline Span<Game_Battler* const> Game_BattleAlgorithm::AlgorithmBase::GetOriginalTargets() const { |
| 972 | assert(num_original_targets <= static_cast<int>(targets.size())); |
no outgoing calls
no test coverage detected