UNPKG

lingo3d

Version:

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

5 lines 216 B
import createInternalSystem from "./utils/createInternalSystem"; export const updateSystem = createInternalSystem("updateSystem", { update: (target) => target.update() }); //# sourceMappingURL=updateSystem.js.map