C# Class Nexus.Client.Games.XRebirth.Tools.XRebirthToolLauncher

Exposes the tools for XRebirth.
Inheritance: IToolLauncher
显示文件 Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
XRebirthToolLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic

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

Protected Methods

Method Description
SetupTools ( ) : void

Initializes the game tools.

Method Details

SetupTools() protected method

Initializes the game tools.
protected SetupTools ( ) : void
return void

XRebirthToolLauncher() public method

A simple constructor that initializes the object with the given dependencies.
public XRebirthToolLauncher ( 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.
return System.Collections.Generic