C# 클래스 SagaMap.Packets.Server.SendTime

Set the background music and the game time.
상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
SendTime ( ) : System

Constructor.

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

메소드 상세

SendTime() 공개 메소드

Constructor.
public SendTime ( ) : System
리턴 System

SetTime() 공개 메소드

public SetTime ( byte day, byte hour, byte min ) : void
day byte
hour byte
min byte
리턴 void

SetWeather() 공개 메소드

public SetWeather ( Global weather ) : void
weather Global
리턴 void

SetWeather() 공개 메소드

public SetWeather ( byte weather ) : void
weather byte
리턴 void