Table of Contents

Class LoadGameDashboard

Namespace
KSP.Game.Load
Assembly
Assembly-CSharp.dll
public class LoadGameDashboard : SaveLoadGameFlowActionBase
Inheritance
LoadGameDashboard
Inherited Members
Extension Methods

Constructors

LoadGameDashboard(LoadGameData)

public LoadGameDashboard(LoadGameData data)

Parameters

data LoadGameData

Methods

DoAction(Action, Action<string>)

protected override void DoAction(Action resolve, Action<string> reject)

Parameters

resolve Action
reject Action<string>