C# Class Nexus.Client.Games.XRebirth.XRebirthSetupVM

Inheritance: SetupBaseVM
Show file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
XRebirthSetupVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo )

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

Method Details

XRebirthSetupVM() public method

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