Nexus.Client.Bootstrapper.GetSupportedGameModes C# (CSharp) 메소드

GetSupportedGameModes() 보호된 메소드

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