Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
TraceRacer
Highscore
C# Class TraceRacer.Highscore
Mostra file
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