| 388 | } |
| 389 | |
| 390 | int Game_BattleAlgorithm::AlgorithmBase::GetCBAAfterimage() const { |
| 391 | return lcf::rpg::BattlerAnimationItemSkill::Afterimage_none; |
| 392 | } |
| 393 | |
| 394 | const lcf::rpg::BattlerAnimationItemSkill* Game_BattleAlgorithm::AlgorithmBase::GetWeaponAnimationData() const { |
| 395 | return nullptr; |
no test coverage detected