UNPKG

lingo3d

Version:

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

6 lines 273 B
import { dtPtr } from "../pointers/dtPtr"; import createInternalSystem from "./utils/createInternalSystem"; export const updateDTSystem = createInternalSystem("updateDTSystem", { update: (target) => target.update(dtPtr[0]) }); //# sourceMappingURL=updateDTSystem.js.map