C# Класс Ensage.Common.Objects.Towers

The towers.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAll ( ) : IEnumerable

Returns all towers in game.

GetByTeam ( Team team ) : IEnumerable

Returns all towers of specified team

Приватные методы

Метод Описание
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.

Описание методов

GetAll() публичный статический Метод

Returns all towers in game.
public static GetAll ( ) : IEnumerable
Результат IEnumerable

GetByTeam() публичный статический Метод

Returns all towers of specified team
public static GetByTeam ( Team team ) : IEnumerable
team Team /// The team (Dire/Radiant). ///
Результат IEnumerable