C# Class Server.Game.Zones.ZoneManager

A manager dedicated to handling operations performed on all Zoness. A zone manager is exclusively used for managing these.
Mostrar archivo Open project: GrindFest/GrindFest Class Usage Examples

Public Properties

Property Type Description
Current ZoneManager
Zones List

Public Methods

Method Description
FindZone ( string name ) : Zone
Initialize ( ) : void
Update ( System.TimeSpan deltaTime ) : void
ZoneManager ( ) : System

Method Details

FindZone() public method

public FindZone ( string name ) : Zone
name string
return Zone

Initialize() public method

public Initialize ( ) : void
return void

Update() public method

public Update ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
return void

ZoneManager() public method

public ZoneManager ( ) : System
return System

Property Details

Current public_oe static_oe property

public static ZoneManager,Server.Game.Zones Current
return ZoneManager

Zones public_oe property

public List Zones
return List