C# Class HearthAnalyzer.Core.Deathrattles.BaseDeathrattle

Base class for implementing a deathrattle effect
ファイルを表示 Open project: kwluo90/HearthAnalyzer Class Usage Examples

Public Properties

Property Type Description
Source HearthAnalyzer.Core.Cards.BaseMinion

Public Methods

Method Description
Deathrattle ( ) : void

Performs the deathrattle action. Called when a minion with deathrattle dies.

Method Details

Deathrattle() public abstract method

Performs the deathrattle action. Called when a minion with deathrattle dies.
public abstract Deathrattle ( ) : void
return void

Property Details

Source public_oe property

public BaseMinion,HearthAnalyzer.Core.Cards Source
return HearthAnalyzer.Core.Cards.BaseMinion