C# Class RainSpell

Inheritance: Spell
Datei anzeigen Open project: dggriffin/Rain-Rain-Ritual

Public Methods

Method Description
RainSpell ( 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

RainSpell() public method

public RainSpell ( 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