Table of Contents

Class GenericFlowAction

Namespace
KSP.Game.Flow
Assembly
Assembly-CSharp.dll
public class GenericFlowAction : FlowAction
Inheritance
GenericFlowAction
Inherited Members
Extension Methods

Constructors

GenericFlowAction(string, Action<Action, Action<string>>)

public GenericFlowAction(string name, Action<Action, Action<string>> work)

Parameters

name string
work Action<Action, Action<string>>

Methods

DoAction(Action, Action<string>)

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

Parameters

resolve Action
reject Action<string>