UNPKG

polygonjs-engine

Version:

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

7 lines (6 loc) 158 B
import {TypedContainer} from "./_Base"; export class ManagerContainer extends TypedContainer { set_content(content) { super.set_content(content); } }