C# 클래스 Server.Network.SeasonChange

상속: Packet
파일 보기 프로젝트 열기: brodock/runuo 1 사용 예제들

공개 메소드들

메소드 설명
Instantiate ( int season ) : SeasonChange
Instantiate ( int season, bool playSound ) : SeasonChange
SeasonChange ( int season ) : System
SeasonChange ( int season, bool playSound ) : System

메소드 상세

Instantiate() 공개 정적인 메소드

public static Instantiate ( int season ) : SeasonChange
season int
리턴 SeasonChange

Instantiate() 공개 정적인 메소드

public static Instantiate ( int season, bool playSound ) : SeasonChange
season int
playSound bool
리턴 SeasonChange

SeasonChange() 공개 메소드

public SeasonChange ( int season ) : System
season int
리턴 System

SeasonChange() 공개 메소드

public SeasonChange ( int season, bool playSound ) : System
season int
playSound bool
리턴 System