C# Class gbrainy.Core.Main.PlayerHistory

Show file Open project: GNOME/gbrainy Class Usage Examples

Public Methods

Method Description
Clean ( ) : void
GetLastGameRecords ( ) : List
Load ( ) : void
PlayerHistory ( ) : System
Save ( ) : void
SaveGameSession ( GameSessionHistory score ) : void

Method Details

Clean() public method

public Clean ( ) : void
return void

GetLastGameRecords() public method

public GetLastGameRecords ( ) : List
return List

Load() public method

public Load ( ) : void
return void

PlayerHistory() public method

public PlayerHistory ( ) : System
return System

Save() public method

public Save ( ) : void
return void

SaveGameSession() public method

public SaveGameSession ( GameSessionHistory score ) : void
score GameSessionHistory
return void