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

Implements the Mind Control Tech Battlecry: If your opponent has 4 or more minions, take control of one at random.
TODO: NOT YET COMPLETELY IMPLEMENTED NOTE: If your board is full, it will kill the mind controlled minion source: http://www.reddit.com/r/hearthstone/comments/1q1ech/til_mindcontrol_tech_kills_a_minion_if_you_have_a/
Inheritance: BaseMinion
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
MindControlTech ( int id = -1 ) : System

Method Details

MindControlTech() public method

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