C# Class Ensage.Common.Objects.Creeps

The creeps.
Show file Open project: EnsageSharp/Ensage.Common

Public Properties

Property Type Description
All IEnumerable

Public Methods

Method Description
Update ( EventArgs args ) : void

The update.

UpdateCreeps ( ) : void

The update creeps.

Private Methods

Method Description
Creeps ( ) : System

Initializes static members of the Creeps class.

Load ( ) : void

The load.

ObjectMgr_OnAddEntity ( EntityEventArgs args ) : void

The object manager on add entity.

ObjectMgr_OnRemoveEntity ( EntityEventArgs args ) : void

The object manager on remove entity.

Method Details

Update() public static method

The update.
public static Update ( EventArgs args ) : void
args System.EventArgs /// The args. ///
return void

UpdateCreeps() public static method

The update creeps.
public static UpdateCreeps ( ) : void
return void

Property Details

All public static property

The all.
public static IEnumerable All
return IEnumerable