C# Класс HearthAnalyzer.Core.Cards.Minions.AncientMage

Implements the Ancient Mage Battlecry: Give adjacent minions Spell Damage +1.
Наследование: BaseMinion, IBattlecry
Показать файл Открыть проект

Открытые методы

Метод Описание
AncientMage ( int id = -1 ) : System
Battlecry ( IDamageableEntity subTarget ) : void

Описание методов

AncientMage() публичный Метод

public AncientMage ( int id = -1 ) : System
id int
Результат System

Battlecry() публичный Метод

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
Результат void