Table of Contents

Class DestructionNotification

Namespace
KSP.Assets
Assembly
Assembly-CSharp.dll
public class DestructionNotification : MonoBehaviour
Inheritance
DestructionNotification
Extension Methods

Constructors

DestructionNotification()

public DestructionNotification()

Methods

SetDestructionCallback(Action<GameObject>)

public void SetDestructionCallback(Action<GameObject> callback)

Parameters

callback Action<GameObject>