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

Implements the Abusive Sergeant Battlecry: Give a minion +2 Attack this turn.
Inheritance: BaseMinion, IBattlecry
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
AbusiveSergeant ( int id = -1 ) : System
Battlecry ( IDamageableEntity subTarget ) : void

Method Details

AbusiveSergeant() public method

public AbusiveSergeant ( int id = -1 ) : System
id int
return System

Battlecry() public method

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
return void