C# Class SpellList

Inheritance: GameController
Mostra file Open project: dggriffin/Rain-Rain-Ritual Class Usage Examples

Public Methods

Method Description
GetGameResults ( ) : string
GetNextSpell ( ) : Spell,
GetSpellOfType ( string type ) : Spell,
HasNextSpell ( ) : bool
Reset ( ) : void

Private Methods

Method Description
InitializeSpells ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetGameResults() public method

public GetGameResults ( ) : string
return string

GetNextSpell() public method

public GetNextSpell ( ) : Spell,
return Spell,

GetSpellOfType() public method

public GetSpellOfType ( string type ) : Spell,
type string
return Spell,

HasNextSpell() public method

public HasNextSpell ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void