C# Class Nexus.Client.Games.Witcher2.Tools.Witcher2ToolLauncher

Exposes the tools for The Witcher 2.
Inheritance: IToolLauncher
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
Witcher2ToolLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic

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

Méthodes protégées

Méthode Description
SetupTools ( ) : void

Initializes the game tools.

Method Details

SetupTools() protected méthode

Initializes the game tools.
protected SetupTools ( ) : void
Résultat void

Witcher2ToolLauncher() public méthode

A simple constructor that initializes the object with the given dependencies.
public Witcher2ToolLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic
p_gmdGameMode IGameMode >The game mode currently being managed.
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
Résultat System.Collections.Generic