C# 클래스 Ensage.Common.Objects.Towers

The towers.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
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