C# Class LazerTagHostLibrary.GameTypes

Afficher le fichier Open project: astrospark/LazerTagHost

Méthodes publiques

Méthode Description
GetInfo ( GameType gameType ) : GameTypeInfo
GetInfo ( string name ) : GameTypeInfo

Private Methods

Méthode Description
GameTypes ( ) : System
LoadFromXml ( string xmlFileName ) : void
TypeFromName ( string name ) : GameType

Method Details

GetInfo() public static méthode

public static GetInfo ( GameType gameType ) : GameTypeInfo
gameType GameType
Résultat GameTypeInfo

GetInfo() public static méthode

public static GetInfo ( string name ) : GameTypeInfo
name string
Résultat GameTypeInfo