C# Class Nexus.Client.Games.DragonAge2.DragonAge2SetupVM

This class encapsulates the data and the operations presented by UI elements that display the setup for Dragon Age 2 game mode.
Inheritance: SetupBaseVM
Datei anzeigen Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
DragonAge2SetupVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo )

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

Method Details

DragonAge2SetupVM() public method

A simple constructor that initializes the object with the given values.
public DragonAge2SetupVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo )
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_gmdGameModeInfo IGameModeDescriptor The descriptor for the game mode being set up.