C# Class Nexus.Client.Games.GameDiscoverer.GameInstallData

Describes the installation path of a game.
Mostrar archivo Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
GameInstallData ( IGameModeDescriptor p_gmdGameMode, string p_strGameInstallPath ) : System

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

Method Details

GameInstallData() public method

A simple constructor that initializes the object with the given values.
public GameInstallData ( IGameModeDescriptor p_gmdGameMode, string p_strGameInstallPath ) : System
p_gmdGameMode IGameModeDescriptor The game mode whose install info in described by the object.
p_strGameInstallPath string The install path of the game.
return System