C# Class Nexus.Client.Games.DarkSouls.DarkSoulsSetupVM

This class encapsulates the data and the operations presented by UI elements that display the setup for DarkSouls game mode.
Inheritance: SetupBaseVM
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
DarkSoulsSetupVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo )

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

Method Details

DarkSoulsSetupVM() public méthode

A simple constructor that initializes the object with the given values.
public DarkSoulsSetupVM ( 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.