C# Class HearthAnalyzer.Core.Cards.Spells.Claw

Implements the Claw spell Give your hero +2 Attack this turn and 2 Armor.
TODO: NOT YET COMPLETELY IMPLEMENTED
Inheritance: BaseSpell
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
Activate ( IDamageableEntity target = null, CardEffect cardEffect = CardEffect.NONE ) : void
Claw ( int id = -1 ) : System

Method Details

Activate() public method

public Activate ( IDamageableEntity target = null, CardEffect cardEffect = CardEffect.NONE ) : void
target IDamageableEntity
cardEffect CardEffect
return void

Claw() public method

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