()
| 164 | module.exports.WorldBoundsNode = (WorldBoundsNode = (function () { |
| 165 | WorldBoundsNode = class WorldBoundsNode extends TreemaNode.nodeMap.array { |
| 166 | static initClass () { |
| 167 | // selecting camera boundaries for a world |
| 168 | this.prototype.dataType = 'region' |
| 169 | } |
| 170 | |
| 171 | constructor (...args) { |
| 172 | super(...Array.from(args || [])) |
nothing calls this directly
no outgoing calls
no test coverage detected