7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
module.exports = {
|
|
setup: function () { Room.prototype = _Room.prototype; }
|
|
}
|
|
|
|
class _Room extends Room {}
|
|
|