| 940 | } |
| 941 | |
| 942 | inline bool Game_BattleAlgorithm::AlgorithmBase::IsAffectDef() const { |
| 943 | return GetFlag(eAffectDef); |
| 944 | } |
| 945 | |
| 946 | inline bool Game_BattleAlgorithm::AlgorithmBase::IsAbsorbDef() const { |
| 947 | return GetFlag(eAbsorbDef); |
no outgoing calls
no test coverage detected