C# Class TraceRacer.Highscore

显示文件 Open project: alexcoco/trace_racer

Public Methods

Method Description
Load ( ) : long
Save ( Score score ) : void
Save ( long score ) : void
Save ( string score ) : void

Method Details

Load() public static method

public static Load ( ) : long
return long

Save() public static method

public static Save ( Score score ) : void
score Score
return void

Save() public static method

public static Save ( long score ) : void
score long
return void

Save() public static method

public static Save ( string score ) : void
score string
return void