C# Class HearthAnalyzer.Core.Cards.Weapons.Gorehowl

Implements the Gorehowl weapon
Inheritance: BaseWeapon
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
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

Method Details

Gorehowl() public method

public Gorehowl ( int id = -1 ) : System
id int
return System

TakeDamage() public method

public TakeDamage ( int damage ) : void
damage int
return void

TakeDamage() public method

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
return void