C# Class OrderGameController, Team-6

Inheritance: AbstractController
Show file Open project: RUGSoftEng/Team-6

Public Properties

Property Type Description
colorNormal Color
end GameObject

Public Methods

Method Description
CreateEndscreen ( ) : void
Start ( ) : void

Private Methods

Method Description
splitSentence ( WordData, sentence ) : void
updateGame ( ) : void

Method Details

CreateEndscreen() public method

public CreateEndscreen ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

colorNormal public property

public Color colorNormal
return Color

end public property

public GameObject end
return GameObject