C# Class ParkitectNexus.Data.Game.Linux.LinuxParkitect

Inheritance: ParkitectNexus.Data.Game.Base.BaseParkitect
显示文件 Open project: ParkitectNexus/ParkitectNexusClient Class Usage Examples

Public Methods

Method Description
DetectInstallationPath ( ) : bool

Detects the installation path.

Launch ( ) : void

Launches the game.

LinuxParkitect ( ISettingsRepository gameSettingsRepository, ILogger logger ) : System

Protected Methods

Method Description
IsValidInstallationPath ( string path ) : bool

Method Details

DetectInstallationPath() public method

Detects the installation path.
public DetectInstallationPath ( ) : bool
return bool

IsValidInstallationPath() protected method

protected IsValidInstallationPath ( string path ) : bool
path string
return bool

Launch() public method

Launches the game.
public Launch ( ) : void
return void

LinuxParkitect() public method

public LinuxParkitect ( ISettingsRepository gameSettingsRepository, ILogger logger ) : System
gameSettingsRepository ISettingsRepository
logger ILogger
return System