C# 클래스 HearthAnalyzer.Core.Cards.Spells.LegacyoftheEmperor

Implements the Legacy of the Emperor spell Give your minions +2/+2. (+2 Attack/+2 Health)
TODO: NOT YET COMPLETELY IMPLEMENTED
상속: BaseSpell
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

메소드 설명
Activate ( IDamageableEntity target = null, CardEffect cardEffect = CardEffect.NONE ) : void
LegacyoftheEmperor ( int id = -1 ) : System

메소드 상세

Activate() 공개 메소드

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

LegacyoftheEmperor() 공개 메소드

public LegacyoftheEmperor ( int id = -1 ) : System
id int
리턴 System