C# Class WarSpell

Inheritance: Spell
Mostra file Open project: dggriffin/Rain-Rain-Ritual

Public Methods

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

ShowWinAnimation() protected method

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

WarSpell() public method

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

WinAnimationInitialize() protected method

protected WinAnimationInitialize ( ) : void
return void