C# Class SagaMap.Packets.Server.SendTime

Set the background music and the game time.
Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
SendTime ( ) : System

Constructor.

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

Method Details

SendTime() public méthode

Constructor.
public SendTime ( ) : System
Résultat System

SetTime() public méthode

public SetTime ( byte day, byte hour, byte min ) : void
day byte
hour byte
min byte
Résultat void

SetWeather() public méthode

public SetWeather ( Global weather ) : void
weather Global
Résultat void

SetWeather() public méthode

public SetWeather ( byte weather ) : void
weather byte
Résultat void