C# 클래스 withSIX.Mini.Plugin.Firaxis.CIV5Game

상속: BasicSteamGame
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
CIV5Game ( System.Guid id, GameSettings settings ) : System

보호된 메소드들

메소드 설명
EnableMods ( ILaunchContentAction launchContentAction ) : System.Threading.Tasks.Task
InstallMod ( IModContent mod ) : System.Threading.Tasks.Task
UninstallMod ( IModContent mod ) : System.Threading.Tasks.Task

메소드 상세

CIV5Game() 공개 메소드

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

EnableMods() 보호된 메소드

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

InstallMod() 보호된 메소드

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

UninstallMod() 보호된 메소드

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