UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

9 lines (8 loc) 254 B
"use strict"; import { BaseEntityBuilderPersistedConfig } from "./_BaseEntityBuilderPersistedConfig"; export class EntityBuilderPersistedConfig extends BaseEntityBuilderPersistedConfig { constructor(node) { super(node); this.node = node; } }