C# Class HearthAnalyzer.Core.Deathrattles.BaseDeathrattle

Base class for implementing a deathrattle effect
Afficher le fichier Open project: kwluo90/HearthAnalyzer Class Usage Examples

Méthodes publiques

Свойство Type Description
Source HearthAnalyzer.Core.Cards.BaseMinion

Méthodes publiques

Méthode Description
Deathrattle ( ) : void

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

Method Details

Deathrattle() public abstract méthode

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

Property Details

Source public_oe property

public BaseMinion,HearthAnalyzer.Core.Cards Source
Résultat HearthAnalyzer.Core.Cards.BaseMinion