Table of Contents

Struct EventHandlerProxy

Namespace
KSP.Api.CoreTypes
Assembly
Assembly-CSharp.dll
public struct EventHandlerProxy
Inherited Members
Extension Methods

Methods

Add(Action)

public Action<object> Add(Action handler)

Parameters

handler Action

Returns

Action<object>

Remove(Action)

public Action<object> Remove(Action handler)

Parameters

handler Action

Returns

Action<object>