C# Class Nexus.Client.Games.StateOfDecay.Tools.StateOfDecayToolLauncher

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

Méthodes publiques

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

StateOfDecayToolLauncher() public méthode

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