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
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
BaronGeddon ( int id = -1 ) : System
RegisterEffect ( ) : void

Private Methods

Méthode Description
OnTurnEnd ( BasePlayer player ) : void

Method Details

BaronGeddon() public méthode

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

RegisterEffect() public méthode

public RegisterEffect ( ) : void
Résultat void