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

Inheritance: ParkitectNexus.Data.Game.Base.BaseParkitect
Afficher le fichier Open project: ParkitectNexus/ParkitectNexusClient Class Usage Examples

Méthodes publiques

Méthode Description
DetectInstallationPath ( ) : bool

Detects the installation path.

Launch ( ) : void

Launches the game.

LinuxParkitect ( ISettingsRepository gameSettingsRepository, ILogger logger ) : System

Méthodes protégées

Méthode Description
IsValidInstallationPath ( string path ) : bool

Method Details

DetectInstallationPath() public méthode

Detects the installation path.
public DetectInstallationPath ( ) : bool
Résultat bool

IsValidInstallationPath() protected méthode

protected IsValidInstallationPath ( string path ) : bool
path string
Résultat bool

Launch() public méthode

Launches the game.
public Launch ( ) : void
Résultat void

LinuxParkitect() public méthode

public LinuxParkitect ( ISettingsRepository gameSettingsRepository, ILogger logger ) : System
gameSettingsRepository ISettingsRepository
logger ILogger
Résultat System