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

Implements the Baron Geddon At the end of your turn, deal 2 damage to ALL other characters.
Inheritance: BaseMinion, ITriggeredEffectOwner
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
BaronGeddon ( int id = -1 ) : System
RegisterEffect ( ) : void

Private Methods

Method Description
OnTurnEnd ( BasePlayer player ) : void

Method Details

BaronGeddon() public method

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

RegisterEffect() public method

public RegisterEffect ( ) : void
return void