C# Class Nexus.Client.Games.Grimrock.GrimrockGameModeDescriptor

Provides common information about Grimrock based games.
Inheritance: GameModeDescriptorBase
ファイルを表示 Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
GrimrockGameModeDescriptor ( IEnvironmentInfo p_eifEnvironmentInfo ) : System

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

Method Details

GrimrockGameModeDescriptor() public method

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