C# 클래스 FermiInTheAir.Utility.Leaderboard

파일 보기 프로젝트 열기: TominaP/Fermi-in-the-air

공개 메소드들

메소드 설명
ViewScores ( ) : void
WriteLines ( int lines ) : void
WriteScores ( int currentScore, string playerName, System.DateTime currentDate ) : void

메소드 상세

ViewScores() 공개 정적인 메소드

public static ViewScores ( ) : void
리턴 void

WriteLines() 공개 정적인 메소드

public static WriteLines ( int lines ) : void
lines int
리턴 void

WriteScores() 공개 정적인 메소드

public static WriteScores ( int currentScore, string playerName, System.DateTime currentDate ) : void
currentScore int
playerName string
currentDate System.DateTime
리턴 void