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

Implements the Alarm-o-Bot At the start of your turn, swap this minion with a random one in your hand.
Inheritance: BaseMinion, ITriggeredEffectOwner
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

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

Private Methods

Méthode Description
OnTurnStart ( BasePlayer player ) : void

Method Details

AlarmoBot() public méthode

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

RegisterEffect() public méthode

public RegisterEffect ( ) : void
Résultat void