Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Etupirka
GameTime
C# Class Etupirka.GameTime
Inheritance:
GameInfo
Exibir arquivo
Open project: Aixile/Etupirka
Protected Properties
Property
Type
Description
firstPlayTime
System.DateTime
lastPlayTime
System.DateTime
totalPlayTime
int
Public Methods
Method
Description
GameTime
( ) :
System
GameTime
(
int
ESID
) :
System
addTime
(
int
t
) :
void
Method Details
GameTime()
public
method
public
GameTime
( ) :
System
return
System
GameTime()
public
method
public
GameTime
(
int
ESID
) :
System
ESID
int
return
System
addTime()
public
method
public
addTime
(
int
t
) :
void
t
int
return
void
Property Details
firstPlayTime
protected_oe property
protected
DateTime,System
firstPlayTime
return
System.DateTime
lastPlayTime
protected_oe property
protected
DateTime,System
lastPlayTime
return
System.DateTime
totalPlayTime
protected_oe property
protected
int
totalPlayTime
return
int