Type:IDestroyable

From Resonite Wiki
Revision as of 18:35, 7 April 2025 by 989onan (talk | contribs) (add info)
(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