C# 클래스 ParkitectNexus.Data.Game.Linux.LinuxParkitect

상속: ParkitectNexus.Data.Game.Base.BaseParkitect
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient 1 사용 예제들

공개 메소드들

메소드 설명
DetectInstallationPath ( ) : bool

Detects the installation path.

Launch ( ) : void

Launches the game.

LinuxParkitect ( ISettingsRepository gameSettingsRepository, ILogger logger ) : System

보호된 메소드들

메소드 설명
IsValidInstallationPath ( string path ) : bool

메소드 상세

DetectInstallationPath() 공개 메소드

Detects the installation path.
public DetectInstallationPath ( ) : bool
리턴 bool

IsValidInstallationPath() 보호된 메소드

protected IsValidInstallationPath ( string path ) : bool
path string
리턴 bool

Launch() 공개 메소드

Launches the game.
public Launch ( ) : void
리턴 void

LinuxParkitect() 공개 메소드

public LinuxParkitect ( ISettingsRepository gameSettingsRepository, ILogger logger ) : System
gameSettingsRepository ISettingsRepository
logger ILogger
리턴 System