C# Class gbrainy.Core.Main.GameSessionHistoryExtended

Inheritance: GameSessionHistory
Mostrar archivo Open project: GNOME/gbrainy Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
UpdateScore ( GameTypes type, GameDifficulty difficulty, int game_score ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

UpdateScore() public method

public UpdateScore ( GameTypes type, GameDifficulty difficulty, int game_score ) : void
type GameTypes
difficulty GameDifficulty
game_score int
return void