C# Class wServer.realm.worlds.ZombieMG

Inheritance: World
Show file Open project: C453/OryxKingdom

Public Methods

Method Description
BehaviorEvent ( string type ) : void
Countdown ( int s ) : void
GetInstance ( ClientProcessor psr ) : World
SpawnZombies ( ) : void
Tick ( RealmTime time ) : void
ZombieMG ( ) : System

Private Methods

Method Description
InitVars ( ) : void

Method Details

BehaviorEvent() public method

public BehaviorEvent ( string type ) : void
type string
return void

Countdown() public method

public Countdown ( int s ) : void
s int
return void

GetInstance() public method

public GetInstance ( ClientProcessor psr ) : World
psr ClientProcessor
return World

SpawnZombies() public method

public SpawnZombies ( ) : void
return void

Tick() public method

public Tick ( RealmTime time ) : void
time RealmTime
return void

ZombieMG() public method

public ZombieMG ( ) : System
return System