C# 클래스 HearthAnalyzer.Core.Cards.BaseSpell

Represents the base spell card
상속: BaseCard
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( IDamageableEntity target = null, CardEffect cardEffect = CardEffect.NONE ) : void

Activates the spell card with an optional target

보호된 메소드들

메소드 설명
BaseSpell ( ) : System
HealTarget ( IDamageableEntity target, int healAmount ) : void

Heals a target

메소드 상세

Activate() 공개 추상적인 메소드

Activates the spell card with an optional target
public abstract Activate ( IDamageableEntity target = null, CardEffect cardEffect = CardEffect.NONE ) : void
target IDamageableEntity The target for the spell card if applicable
cardEffect CardEffect The card effect to use
리턴 void

BaseSpell() 보호된 메소드

protected BaseSpell ( ) : System
리턴 System

HealTarget() 보호된 메소드

Heals a target
protected HealTarget ( IDamageableEntity target, int healAmount ) : void
target IDamageableEntity The target to heal
healAmount int The amount to heal for
리턴 void