C# Class SagaMap.Tasks.SystemTasks.GameTime

Show file Open project: Willyham/SagaRO2 Class Usage Examples

Public Methods

Method Description
GameTime ( ) : System
GetTime ( ) : byte[]
UpdateTime ( byte day, byte hour, byte min ) : void

Private Methods

Method Description
gameTimeCallback ( Object state ) : void

Method Details

GameTime() public method

public GameTime ( ) : System
return System

GetTime() public method

public GetTime ( ) : byte[]
return byte[]

UpdateTime() public method

public UpdateTime ( byte day, byte hour, byte min ) : void
day byte
hour byte
min byte
return void