C# Class Nexus.Client.Games.GameModeDescriptorBase

The base class for game mode descriptors.
This implements functionality common to all game mode descriptors.
Inheritance: IGameModeDescriptor
Datei anzeigen Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
GameModeDescriptorBase ( IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic

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

Method Details

GameModeDescriptorBase() public method

A simple constructor that initializes the object with the given dependencies.
public GameModeDescriptorBase ( IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
return System.Collections.Generic