C# Class HealSpell

Inheritance: Spell
Show file Open project: dggriffin/Rain-Rain-Ritual Class Usage Examples

Public Methods

Method Description
HealSpell ( string name = null ) : System

Protected Methods

Method Description
CenterObjectInitialize ( ) : void
CenterObjectLose ( ) : void
CenterObjectUpdate ( ) : void
CenterObjectWin ( ) : void
ShowWinAnimation ( bool show ) : void
WinAnimationInitialize ( ) : void

Method Details

CenterObjectInitialize() protected method

protected CenterObjectInitialize ( ) : void
return void

CenterObjectLose() protected method

protected CenterObjectLose ( ) : void
return void

CenterObjectUpdate() protected method

protected CenterObjectUpdate ( ) : void
return void

CenterObjectWin() protected method

protected CenterObjectWin ( ) : void
return void

HealSpell() public method

public HealSpell ( string name = null ) : System
name string
return System

ShowWinAnimation() protected method

protected ShowWinAnimation ( bool show ) : void
show bool
return void

WinAnimationInitialize() protected method

protected WinAnimationInitialize ( ) : void
return void