C# Class HearthAnalyzer.Core.Deathrattles.DeathrattleDamageAllMinions

Deals X amount of damage to ALL minions
Inheritance: BaseDeathrattle
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
Deathrattle ( ) : void
DeathrattleDamageAllMinions ( int damage ) : System

Method Details

Deathrattle() public method

public Deathrattle ( ) : void
return void

DeathrattleDamageAllMinions() public method

public DeathrattleDamageAllMinions ( int damage ) : System
damage int
return System