()
| 14 | module.exports = (LevelSystem = (function () { |
| 15 | LevelSystem = class LevelSystem extends CocoModel { |
| 16 | static initClass () { |
| 17 | this.className = 'LevelSystem' |
| 18 | this.schema = require('schemas/models/level_system') |
| 19 | this.prototype.urlRoot = '/db/level.system' |
| 20 | this.prototype.editableByArtisans = true |
| 21 | } |
| 22 | |
| 23 | set (key, val, options) { |
| 24 | let attrs |