C# Class SagaMap.Packets.Server.SendTime

Set the background music and the game time.
Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
SendTime ( ) : System

Constructor.

SetTime ( byte day, byte hour, byte min ) : void
SetWeather ( Global weather ) : void
SetWeather ( byte weather ) : void

Method Details

SendTime() public method

Constructor.
public SendTime ( ) : System
return System

SetTime() public method

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

SetWeather() public method

public SetWeather ( Global weather ) : void
weather Global
return void

SetWeather() public method

public SetWeather ( byte weather ) : void
weather byte
return void