C# Class Nexus.Client.Games.Morrowind.MorrowindGameModeDescriptor

Provides the basic information about the Morrowind game mode.
Inheritance: Nexus.Client.Games.Gamebryo.GamebryoGameModeDescriptorBase
显示文件 Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
MorrowindGameModeDescriptor ( IEnvironmentInfo p_eifEnvironmentInfo ) : System

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

Method Details

MorrowindGameModeDescriptor() public method

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