C# Class Server.Network.SeasonChange

Inheritance: Packet
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static Instantiate ( int season ) : SeasonChange
season int
Résultat SeasonChange

Instantiate() public static méthode

public static Instantiate ( int season, bool playSound ) : SeasonChange
season int
playSound bool
Résultat SeasonChange

SeasonChange() public méthode

public SeasonChange ( int season ) : System
season int
Résultat System

SeasonChange() public méthode

public SeasonChange ( int season, bool playSound ) : System
season int
playSound bool
Résultat System