C# 클래스 Nexus.Client.Games.GameModeDescriptorBase

The base class for game mode descriptors.
This implements functionality common to all game mode descriptors.
상속: IGameModeDescriptor
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
GameModeDescriptorBase ( IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic

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

메소드 상세

GameModeDescriptorBase() 공개 메소드

A simple constructor that initializes the object with the given dependencies.
public GameModeDescriptorBase ( IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
리턴 System.Collections.Generic