undo3d
Version:
Undo3D helps you build free-roaming 3D web apps where thousands of users can collaborate creatively in real time. Expect the first public beta mid-2019, and the first production release mid-2020.
13 lines (9 loc) • 299 B
JavaScript
//// Base < Module < Team
//// The app’s set of Users. Minimally, just ‘anonymous’.
import Module from '../../base/module.mjs'
export default class Team extends Module {
}
//// Static properties.
Object.defineProperties(Team, {
tree: { value:Module.tree+' < Team', enumerable:true }
})