C# 클래스 Nexus.Client.Games.DragonAge.Tools.DragonAgeToolLauncher

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

공개 메소드들

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

메소드 상세

DragonAgeToolLauncher() 공개 메소드

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