UNPKG

@polygonjs/polygonjs

Version:

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

8 lines (7 loc) 172 B
"use strict"; import { TypedContainer } from "./_Base"; export class EventContainer extends TypedContainer { set_content(content) { super.set_content(content); } }