C# Class Ensage.Common.Objects.Towers

The towers.
Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Méthode Description
GetAll ( ) : IEnumerable

Returns all towers in game.

GetByTeam ( Team team ) : IEnumerable

Returns all towers of specified team

Private Methods

Méthode Description
Load ( ) : void

The load.

ObjectMgr_OnRemoveEntity ( EntityEventArgs args ) : void

The object manager on remove entity.

Towers ( ) : System.Collections.Generic

Initializes static members of the Towers class.

Method Details

GetAll() public static méthode

Returns all towers in game.
public static GetAll ( ) : IEnumerable
Résultat IEnumerable

GetByTeam() public static méthode

Returns all towers of specified team
public static GetByTeam ( Team team ) : IEnumerable
team Team /// The team (Dire/Radiant). ///
Résultat IEnumerable