C# Class Nexus.Client.Games.Oblivion.Tools.OblivionToolLauncher

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

Méthodes publiques

Méthode Description
OblivionToolLauncher ( 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

OblivionToolLauncher() public méthode

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

SetupTools() protected méthode

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