C# Class withSIX.Mini.Plugin.Firaxis.CIV5Game

Inheritance: BasicSteamGame
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
CIV5Game ( System.Guid id, GameSettings settings ) : System

Méthodes protégées

Méthode Description
EnableMods ( ILaunchContentAction launchContentAction ) : System.Threading.Tasks.Task
InstallMod ( IModContent mod ) : System.Threading.Tasks.Task
UninstallMod ( IModContent mod ) : System.Threading.Tasks.Task

Method Details

CIV5Game() public méthode

public CIV5Game ( System.Guid id, GameSettings settings ) : System
id System.Guid
settings withSIX.Mini.Core.Games.GameSettings
Résultat System

EnableMods() protected méthode

protected EnableMods ( ILaunchContentAction launchContentAction ) : System.Threading.Tasks.Task
launchContentAction ILaunchContentAction
Résultat System.Threading.Tasks.Task

InstallMod() protected méthode

protected InstallMod ( IModContent mod ) : System.Threading.Tasks.Task
mod IModContent
Résultat System.Threading.Tasks.Task

UninstallMod() protected méthode

protected UninstallMod ( IModContent mod ) : System.Threading.Tasks.Task
mod IModContent
Résultat System.Threading.Tasks.Task