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

Implements the Abusive Sergeant Battlecry: Give a minion +2 Attack this turn.
Inheritance: BaseMinion, IBattlecry
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

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

Method Details

AbusiveSergeant() public méthode

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

Battlecry() public méthode

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