C# Class gbrainy.Core.Main.PlayerPersonalRecord

Exibir arquivo Open project: GNOME/gbrainy Class Usage Examples

Public Methods

Method Description
GetLastGameRecords ( List games, int last_game ) : List
PlayerPersonalRecord ( GameTypes type, int previous_score, int new_score ) : System.Collections.Generic

Method Details

GetLastGameRecords() public static method

public static GetLastGameRecords ( List games, int last_game ) : List
games List
last_game int
return List

PlayerPersonalRecord() public method

public PlayerPersonalRecord ( GameTypes type, int previous_score, int new_score ) : System.Collections.Generic
type GameTypes
previous_score int
new_score int
return System.Collections.Generic