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

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

공개 프로퍼티들

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

공개 메소드들

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

The update.

비공개 메소드들

메소드 설명
Load ( ) : void

The load.

Players ( ) : System

Initializes static members of the Players class.

메소드 상세

Update() 공개 정적인 메소드

The update.
public static Update ( EventArgs args ) : void
args System.EventArgs /// The args. ///
리턴 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