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

Implements the Gorehowl weapon
Inheritance: BaseWeapon
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode 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 méthode

public Gorehowl ( int id = -1 ) : System
id int
Résultat System

TakeDamage() public méthode

public TakeDamage ( int damage ) : void
damage int
Résultat void

TakeDamage() public méthode

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
Résultat void