UNPKG

mylingo3d

Version:

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

8 lines 242 B
import { objectManagerDefaults, objectManagerSchema } from "./IObjectManager"; export const groupSchema = { ...objectManagerSchema }; export const groupDefaults = { ...objectManagerDefaults }; //# sourceMappingURL=IGroup.js.map