C# 클래스 HearthAnalyzer.Core.Deathrattles.DeathrattleHealTarget

Represents a deathrattle the heals a target
상속: BaseDeathrattle
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

메소드 설명
Deathrattle ( ) : void
DeathrattleHealTarget ( BaseCard owner, IDamageableEntity healTarget, int healAmount ) : System

Constructs an instance of DeathrattleHealTarget

메소드 상세

Deathrattle() 공개 메소드

public Deathrattle ( ) : void
리턴 void

DeathrattleHealTarget() 공개 메소드

Constructs an instance of DeathrattleHealTarget
public DeathrattleHealTarget ( BaseCard owner, IDamageableEntity healTarget, int healAmount ) : System
owner BaseCard The owner of the deathrattle
healTarget IDamageableEntity The target to heal
healAmount int The amount to heal
리턴 System