C# Class withSIX.Mini.Plugin.Stellaris.Models.StellarisGame.StellarisMod

Inheritance: SteamMod
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Private Properties

Property Type Description
GetModName string

Public Methods

Method Description
GetRelModName ( ) : string
StellarisMod ( IAbsoluteDirectoryPath contentPath, IAbsoluteDirectoryPath modPath, IModContent mod ) : System

Protected Methods

Method Description
InstallImpl ( bool force ) : System.Threading.Tasks.Task
UninstallImpl ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
GetModName ( ) : string

Method Details

GetRelModName() public method

public GetRelModName ( ) : string
return string

InstallImpl() protected method

protected InstallImpl ( bool force ) : System.Threading.Tasks.Task
force bool
return System.Threading.Tasks.Task

StellarisMod() public method

public StellarisMod ( IAbsoluteDirectoryPath contentPath, IAbsoluteDirectoryPath modPath, IModContent mod ) : System
contentPath IAbsoluteDirectoryPath
modPath IAbsoluteDirectoryPath
mod IModContent
return System

UninstallImpl() protected method

protected UninstallImpl ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task