C# Class FermiInTheAir.Utility.Leaderboard

Afficher le fichier Open project: TominaP/Fermi-in-the-air

Méthodes publiques

Méthode Description
ViewScores ( ) : void
WriteLines ( int lines ) : void
WriteScores ( int currentScore, string playerName, System.DateTime currentDate ) : void

Method Details

ViewScores() public static méthode

public static ViewScores ( ) : void
Résultat void

WriteLines() public static méthode

public static WriteLines ( int lines ) : void
lines int
Résultat void

WriteScores() public static méthode

public static WriteScores ( int currentScore, string playerName, System.DateTime currentDate ) : void
currentScore int
playerName string
currentDate System.DateTime
Résultat void