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
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

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

Private Methods

Method Description
OnTurnStart ( BasePlayer player ) : void

Method Details

AlarmoBot() public method

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

RegisterEffect() public method

public RegisterEffect ( ) : void
return void