C# Class Etupirka.GameTime

Inheritance: GameInfo
ファイルを表示 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