C# Class TraceRacer.Highscore

Afficher le fichier Open project: alexcoco/trace_racer

Méthodes publiques

Méthode Description
Load ( ) : long
Save ( Score score ) : void
Save ( long score ) : void
Save ( string score ) : void

Method Details

Load() public static méthode

public static Load ( ) : long
Résultat long

Save() public static méthode

public static Save ( Score score ) : void
score Score
Résultat void

Save() public static méthode

public static Save ( long score ) : void
score long
Résultat void

Save() public static méthode

public static Save ( string score ) : void
score string
Résultat void