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

Implements the Stormpike Commando Battlecry: Deal 2 damage.
Inheritance: BaseMinion, IBattlecry
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

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

Method Details

Battlecry() public method

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

StormpikeCommando() public method

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