C# 클래스 Nexus.Client.Games.WarThunder.Tools.WarThunderToolLauncher

Exposes the tools for WarThunder.
상속: IToolLauncher
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
WarThunderToolLauncher ( 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

WarThunderToolLauncher() 공개 메소드

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