C# Class Ensage.Common.Objects.Players

The players.
显示文件 Open project: EnsageSharp/Ensage.Common

Public Properties

Property Type Description
All List
Dire List
Radiant List

Public Methods

Method Description
Update ( EventArgs args ) : void

The update.

Private Methods

Method Description
Load ( ) : void

The load.

Players ( ) : System

Initializes static members of the Players class.

Method Details

Update() public static method

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

Property Details

All public_oe static_oe property

The all.
public static List All
return List

Dire public_oe static_oe property

The dire.
public static List Dire
return List

Radiant public_oe static_oe property

The radiant.
public static List Radiant
return List