UNPKG

polygonjs-engine

Version:

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

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