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

Implements the Argent Protector Battlecry: Give a friendly minion Divine Shield.
Inheritance: BaseMinion, IBattlecry
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
ArgentProtector ( int id = -1 ) : System
Battlecry ( IDamageableEntity subTarget ) : void

Method Details

ArgentProtector() public method

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

Battlecry() public method

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
return void