C# 클래스 HearthAnalyzer.Core.Cards.Weapons.Gorehowl

Implements the Gorehowl weapon
상속: BaseWeapon
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

메소드 설명
Gorehowl ( int id = -1 ) : System
TakeDamage ( int damage ) : void
TakeDamage ( int damage, bool forceUseBaseImplementation ) : void

Allows the caller to force use the base implementation of TakeDamage

메소드 상세

Gorehowl() 공개 메소드

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

TakeDamage() 공개 메소드

public TakeDamage ( int damage ) : void
damage int
리턴 void

TakeDamage() 공개 메소드

Allows the caller to force use the base implementation of TakeDamage
public TakeDamage ( int damage, bool forceUseBaseImplementation ) : void
damage int The damage to deal
forceUseBaseImplementation bool Whether or not to use base implementation
리턴 void