C# 클래스 gbrainy.Core.Main.PlayerPersonalRecord

파일 보기 프로젝트 열기: GNOME/gbrainy 1 사용 예제들

공개 메소드들

메소드 설명
GetLastGameRecords ( List games, int last_game ) : List
PlayerPersonalRecord ( GameTypes type, int previous_score, int new_score ) : System.Collections.Generic

메소드 상세

GetLastGameRecords() 공개 정적인 메소드

public static GetLastGameRecords ( List games, int last_game ) : List
games List
last_game int
리턴 List

PlayerPersonalRecord() 공개 메소드

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