Interface Destroyable

Interface for destroyable objects.

interface Destroyable {
    destroy(): void;
}

Implemented by

Methods

Methods