C# 클래스 Etupirka.GameTime

상속: GameInfo
파일 보기 프로젝트 열기: Aixile/Etupirka

보호된 프로퍼티들

프로퍼티 타입 설명
firstPlayTime System.DateTime
lastPlayTime System.DateTime
totalPlayTime int

공개 메소드들

메소드 설명
GameTime ( ) : System
GameTime ( int ESID ) : System
addTime ( int t ) : void

메소드 상세

GameTime() 공개 메소드

public GameTime ( ) : System
리턴 System

GameTime() 공개 메소드

public GameTime ( int ESID ) : System
ESID int
리턴 System

addTime() 공개 메소드

public addTime ( int t ) : void
t int
리턴 void

프로퍼티 상세

firstPlayTime 보호되어 있는 프로퍼티

protected DateTime,System firstPlayTime
리턴 System.DateTime

lastPlayTime 보호되어 있는 프로퍼티

protected DateTime,System lastPlayTime
리턴 System.DateTime

totalPlayTime 보호되어 있는 프로퍼티

protected int totalPlayTime
리턴 int