C# Class ParkitectNexus.Data.Game.Windows.WindowsParkitect

Represents the Parkitect game on a Windows device.
Inheritance: ParkitectNexus.Data.Game.Base.BaseParkitect
显示文件 Open project: ParkitectNexus/ParkitectNexusClient

Public Methods

Method Description
DetectInstallationPath ( ) : bool

Detects the installation path.

Launch ( ) : void

Launches the game.

WindowsParkitect ( ISettingsRepository gameSettingsRepository, ILogger logger ) : System.Diagnostics

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

WindowsParkitect() public method

public WindowsParkitect ( ISettingsRepository gameSettingsRepository, ILogger logger ) : System.Diagnostics
gameSettingsRepository ISettingsRepository
logger ILogger
return System.Diagnostics