C# Class Nexus.Client.Games.Grimrock.Tools.GrimrockToolLauncher

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

Méthodes publiques

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

GrimrockToolLauncher() public méthode

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