C# 클래스 HearthAnalyzer.Core.Cards.Minions.AncientOfLore

Implements the Ancient of Lore Choose One - Draw 2 cards; or Restore 5 Health.
상속: BaseMinion, IMultiCardEffectMinion
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

메소드 설명
AncientOfLore ( int id = -1 ) : System
UseCardEffect ( CardEffect cardEffect, IDamageableEntity target = null ) : void

First Effect: Draw 2 cards Second Effect: Restore 5 Health

메소드 상세

AncientOfLore() 공개 메소드

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

UseCardEffect() 공개 메소드

First Effect: Draw 2 cards Second Effect: Restore 5 Health
public UseCardEffect ( CardEffect cardEffect, IDamageableEntity target = null ) : void
cardEffect CardEffect The card effect to use
target IDamageableEntity The target of the heal
리턴 void