Type:IDestroyable

From Resonite Wiki

IDestroyable is an interface type that has many implementations. C# Objects that implement this have a Destroy() method which allows for destruction of the object.

Implementers