C# Class Nexus.Client.Games.TESO.TESOGameModeDescriptor

Provides common information about TESO based games.
Inheritance: GameModeDescriptorBase
Datei anzeigen Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
TESOGameModeDescriptor ( IEnvironmentInfo p_eifEnvironmentInfo ) : System

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

Method Details

TESOGameModeDescriptor() public method

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