UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

4 lines 348 B
import { onDispose } from "../../events/onDispose"; import eventSimpleSystemWithData from "../utils/eventSimpleSystemWithData"; export const [addDisposeStateSystem, deleteDisposeStateSystem] = eventSimpleSystemWithData((self, data, payload) => self === payload && data.setState(undefined), onDispose); //# sourceMappingURL=disposeStateSystem.js.map