C# Class Nexus.Client.Games.GameModeBase.GameModeInfo

The class that encasulates game mode specific environment info.
Inheritance: IGameModeEnvironmentInfo
显示文件 Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
GameModeInfo ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System

A simple constructor that initializes the object with the required dependencies.

Method Details

GameModeInfo() public method

A simple constructor that initializes the object with the required dependencies.
public GameModeInfo ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System
p_gmdGameMode IGameMode The game mode to which this info belongs.
p_eifEnvironmentInfo IEnvironmentInfo The application's environement info.
return System