C# Class Ensage.Common.Objects.Players

The players.
Show file 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 static property

The all.
public static List All
return List

Dire public static property

The dire.
public static List Dire
return List

Radiant public static property

The radiant.
public static List Radiant
return List