1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

code review

This commit is contained in:
Laserlicht
2025-07-08 10:33:01 +02:00
parent 547ebbd08e
commit b6e8731329
9 changed files with 3 additions and 25 deletions

View File

@@ -24,7 +24,6 @@ public:
virtual ~ProxyCaster();
int32_t getCasterUnitId() const override;
BattleHex getCasterPosition() const override;
int32_t getSpellSchoolLevel(const Spell * spell, SpellSchool * outSelectedSchool = nullptr) const override;
int32_t getEffectLevel(const Spell * spell) const override;
int64_t getSpellBonus(const Spell * spell, int64_t base, const battle::Unit * affectedStack) const override;