C# Class AchievementController, SOFTENG-306-PROJECT-2

Inheritance: MonoBehaviour
显示文件 Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Public Methods

Method Description
Setup ( ) : void
Start ( ) : void
Update ( ) : void
setAchievement ( string type ) : void

Method Details

Setup() public method

public Setup ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

setAchievement() public method

public setAchievement ( string type ) : void
type string
return void