UNPKG

@rbxts/destroyable

Version:

A class with a janitor and a destroy() method

7 lines (6 loc) 148 B
import { Trash } from "@rbxts/trash"; declare class Destroyable { protected readonly trash: Trash; destroy(): void; } export = Destroyable;