C# Class SetupDuelingMode, CodeSpells

Inheritance: MonoBehaviour
显示文件 Open project: srfoster/CodeSpells

Public Methods

Method Description
Start ( ) : void
getSpellName ( string cont ) : string
givePlayerABadgeBook ( ) : void
givePlayerAFlag ( ) : void
givePlayerASpellbook ( ) : void
setupSpecialEvents ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

getSpellName() public method

public getSpellName ( string cont ) : string
cont string
return string

givePlayerABadgeBook() public method

public givePlayerABadgeBook ( ) : void
return void

givePlayerAFlag() public method

public givePlayerAFlag ( ) : void
return void

givePlayerASpellbook() public method

public givePlayerASpellbook ( ) : void
return void

setupSpecialEvents() public method

public setupSpecialEvents ( ) : void
return void