UNPKG

the-world-engine

Version:

three.js based, unity like game engine for browser

6 lines 91 B
export class PrefabRef { ref; constructor(r = null) { this.ref = r; } }