mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Added abstract method to caster interface
This commit is contained in:
@@ -192,6 +192,7 @@ public:
|
||||
int64_t getEffectValue(const spells::Spell * spell) const override;
|
||||
|
||||
PlayerColor getCasterOwner() const override;
|
||||
const CGHeroInstance * getHeroCaster() const override;
|
||||
void getCasterName(MetaString & text) const override;
|
||||
void getCastDescription(const spells::Spell * spell, const std::vector<const Unit *> & attacked, MetaString & text) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user