C# Class SpellList

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

Méthodes publiques

Méthode Description
GetGameResults ( ) : string
GetNextSpell ( ) : Spell,
GetSpellOfType ( string type ) : Spell,
HasNextSpell ( ) : bool
Reset ( ) : void

Private Methods

Méthode Description
InitializeSpells ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetGameResults() public méthode

public GetGameResults ( ) : string
Résultat string

GetNextSpell() public méthode

public GetNextSpell ( ) : Spell,
Résultat Spell,

GetSpellOfType() public méthode

public GetSpellOfType ( string type ) : Spell,
type string
Résultat Spell,

HasNextSpell() public méthode

public HasNextSpell ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void