C# 클래스 Nexus.Client.Games.Grimrock.Tools.GrimrockToolLauncher

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

공개 메소드들

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

메소드 상세

GrimrockToolLauncher() 공개 메소드

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.
리턴 System.Collections.Generic

SetupTools() 보호된 메소드

Initializes the game tools.
protected SetupTools ( ) : void
리턴 void