Type:IDestroyable

From Resonite Wiki
Revision as of 17:02, 25 August 2025 by YoshBot (talk | contribs) (Added category: Interface types)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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