C# Class Server.Network.SeasonChange

Inheritance: Packet
Mostrar archivo Open project: brodock/runuo Class Usage Examples

Public Methods

Method Description
Instantiate ( int season ) : SeasonChange
Instantiate ( int season, bool playSound ) : SeasonChange
SeasonChange ( int season ) : System
SeasonChange ( int season, bool playSound ) : System

Method Details

Instantiate() public static method

public static Instantiate ( int season ) : SeasonChange
season int
return SeasonChange

Instantiate() public static method

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

SeasonChange() public method

public SeasonChange ( int season ) : System
season int
return System

SeasonChange() public method

public SeasonChange ( int season, bool playSound ) : System
season int
playSound bool
return System