C# Class LazerTagHostLibrary.GameTypes

Mostra file Open project: astrospark/LazerTagHost

Public Methods

Method Description
GetInfo ( GameType gameType ) : GameTypeInfo
GetInfo ( string name ) : GameTypeInfo

Private Methods

Method Description
GameTypes ( ) : System
LoadFromXml ( string xmlFileName ) : void
TypeFromName ( string name ) : GameType

Method Details

GetInfo() public static method

public static GetInfo ( GameType gameType ) : GameTypeInfo
gameType GameType
return GameTypeInfo

GetInfo() public static method

public static GetInfo ( string name ) : GameTypeInfo
name string
return GameTypeInfo