UNPKG

mylingo3d

Version:

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

10 lines 298 B
import { objectManagerDefaults, objectManagerSchema } from "./IObjectManager"; export const spawnPointSchema = { ...objectManagerSchema, helper: Boolean }; export const spawnPointDefaults = { ...objectManagerDefaults, helper: true }; //# sourceMappingURL=ISpawnPoint.js.map