C# 클래스 SpellList

상속: GameController
파일 보기 프로젝트 열기: dggriffin/Rain-Rain-Ritual 1 사용 예제들

공개 메소드들

메소드 설명
GetGameResults ( ) : string
GetNextSpell ( ) : Spell,
GetSpellOfType ( string type ) : Spell,
HasNextSpell ( ) : bool
Reset ( ) : void

비공개 메소드들

메소드 설명
InitializeSpells ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

GetGameResults() 공개 메소드

public GetGameResults ( ) : string
리턴 string

GetNextSpell() 공개 메소드

public GetNextSpell ( ) : Spell,
리턴 Spell,

GetSpellOfType() 공개 메소드

public GetSpellOfType ( string type ) : Spell,
type string
리턴 Spell,

HasNextSpell() 공개 메소드

public HasNextSpell ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void