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

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

공개 프로퍼티들

프로퍼티 타입 설명
All List
Dire List
Radiant List

공개 메소드들

메소드 설명
GetByTeam ( Team team ) : List

The get by team.

Update ( EventArgs args ) : void

The update.

UpdateHeroes ( ) : void

The update heroes.

비공개 메소드들

메소드 설명
Heroes ( ) : System

Initializes static members of the Heroes class.

Load ( ) : void

The load.

ObjectMgr_OnAddEntity ( EntityEventArgs args ) : void

The object mgr_ on add entity.

ObjectMgr_OnRemoveEntity ( EntityEventArgs args ) : void

The object mgr_ on remove entity.

메소드 상세

GetByTeam() 공개 정적인 메소드

The get by team.
public static GetByTeam ( Team team ) : List
team Team /// The team. ///
리턴 List

Update() 공개 정적인 메소드

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

UpdateHeroes() 공개 정적인 메소드

The update heroes.
public static UpdateHeroes ( ) : void
리턴 void

프로퍼티 상세

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

The all.
public static List All
리턴 List

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

The dire.
public static List Dire
리턴 List

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

The radiant.
public static List Radiant
리턴 List