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

Inheritance: BasicSteamGame
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
CIV5Game ( System.Guid id, GameSettings settings ) : System

Protected Methods

Method 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 method

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

EnableMods() protected method

protected EnableMods ( ILaunchContentAction launchContentAction ) : System.Threading.Tasks.Task
launchContentAction ILaunchContentAction
return System.Threading.Tasks.Task

InstallMod() protected method

protected InstallMod ( IModContent mod ) : System.Threading.Tasks.Task
mod IModContent
return System.Threading.Tasks.Task

UninstallMod() protected method

protected UninstallMod ( IModContent mod ) : System.Threading.Tasks.Task
mod IModContent
return System.Threading.Tasks.Task