C# Класс Nexus.Client.Games.Witcher2.Tools.Witcher2ToolLauncher

Exposes the tools for The Witcher 2.
Наследование: IToolLauncher
Показать файл Открыть проект

Открытые методы

Метод Описание
Witcher2ToolLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic

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

Защищенные методы

Метод Описание
SetupTools ( ) : void

Initializes the game tools.

Описание методов

SetupTools() защищенный Метод

Initializes the game tools.
protected SetupTools ( ) : void
Результат void

Witcher2ToolLauncher() публичный Метод

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.
Результат System.Collections.Generic