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

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

공개 프로퍼티들

프로퍼티 타입 설명
All IEnumerable

공개 메소드들

메소드 설명
Update ( EventArgs args ) : void

The update.

UpdateCreeps ( ) : void

The update creeps.

비공개 메소드들

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

메소드 상세

Update() 공개 정적인 메소드

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

UpdateCreeps() 공개 정적인 메소드

The update creeps.
public static UpdateCreeps ( ) : void
리턴 void

프로퍼티 상세

All 공개적으로 정적으로 프로퍼티

The all.
public static IEnumerable All
리턴 IEnumerable