C# Class HearthAnalyzer.Core.Cards.Minions.ArgentProtector

Implements the Argent Protector Battlecry: Give a friendly minion Divine Shield.
Inheritance: BaseMinion, IBattlecry
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
ArgentProtector ( int id = -1 ) : System
Battlecry ( IDamageableEntity subTarget ) : void

Method Details

ArgentProtector() public méthode

public ArgentProtector ( int id = -1 ) : System
id int
Résultat System

Battlecry() public méthode

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
Résultat void