C# Class wServer.realm.worlds.Herding

Inheritance: World
Afficher le fichier Open project: C453/OryxKingdom

Méthodes publiques

Méthode Description
BehaviorEvent ( string type ) : void
Countdown ( int s ) : void
GetInstance ( ClientProcessor psr ) : World
Herding ( ) : System
Tick ( RealmTime time ) : void

Private Methods

Méthode Description
InitVars ( ) : void

Method Details

BehaviorEvent() public méthode

public BehaviorEvent ( string type ) : void
type string
Résultat void

Countdown() public méthode

public Countdown ( int s ) : void
s int
Résultat void

GetInstance() public méthode

public GetInstance ( ClientProcessor psr ) : World
psr ClientProcessor
Résultat World

Herding() public méthode

public Herding ( ) : System
Résultat System

Tick() public méthode

public Tick ( RealmTime time ) : void
time RealmTime
Résultat void