Nexus.Client.Bootstrapper.GetSupportedGameModes C# (CSharp) Method

GetSupportedGameModes() protected method

Gets a registry of supported game modes.
protected GetSupportedGameModes ( ) : GameModeRegistry
return Nexus.Client.Games.GameModeRegistry
		protected GameModeRegistry GetSupportedGameModes()
		{
			return GameModeRegistry.DiscoverSupportedGameModes(m_eifEnvironmentInfo);
		}