lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
4 lines • 392 B
JavaScript
import { onDispose } from "../../events/onDispose";
import eventSimpleSystemWithData from "../utils/eventSimpleSystemWithData";
export const [addDisposeCollectionStateSystem, deleteDisposeCollectionStateSystem] = eventSimpleSystemWithData((collection, data, payload) => collection.has(payload) && data.deleteState(payload), onDispose);
//# sourceMappingURL=disposeCollectionStateSystem.js.map