C# Class HealSpell

Inheritance: Spell
Afficher le fichier Open project: dggriffin/Rain-Rain-Ritual Class Usage Examples

Méthodes publiques

Méthode Description
HealSpell ( string name = null ) : System

Méthodes protégées

Méthode Description
CenterObjectInitialize ( ) : void
CenterObjectLose ( ) : void
CenterObjectUpdate ( ) : void
CenterObjectWin ( ) : void
ShowWinAnimation ( bool show ) : void
WinAnimationInitialize ( ) : void

Method Details

CenterObjectInitialize() protected méthode

protected CenterObjectInitialize ( ) : void
Résultat void

CenterObjectLose() protected méthode

protected CenterObjectLose ( ) : void
Résultat void

CenterObjectUpdate() protected méthode

protected CenterObjectUpdate ( ) : void
Résultat void

CenterObjectWin() protected méthode

protected CenterObjectWin ( ) : void
Résultat void

HealSpell() public méthode

public HealSpell ( string name = null ) : System
name string
Résultat System

ShowWinAnimation() protected méthode

protected ShowWinAnimation ( bool show ) : void
show bool
Résultat void

WinAnimationInitialize() protected méthode

protected WinAnimationInitialize ( ) : void
Résultat void