C# Class Ensage.Common.Objects.Players

The players.
Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Свойство Type Description
All List
Dire List
Radiant List

Méthodes publiques

Méthode Description
Update ( EventArgs args ) : void

The update.

Private Methods

Méthode Description
Load ( ) : void

The load.

Players ( ) : System

Initializes static members of the Players class.

Method Details

Update() public static méthode

The update.
public static Update ( EventArgs args ) : void
args System.EventArgs /// The args. ///
Résultat void

Property Details

All public_oe static_oe property

The all.
public static List All
Résultat List

Dire public_oe static_oe property

The dire.
public static List Dire
Résultat List

Radiant public_oe static_oe property

The radiant.
public static List Radiant
Résultat List