(function() {

  this.def_class('User',__scope.Rome.Document,function(__scope,__class){

    if(!this.__ctor__){this.__ctor__= function User(){__class.__super__.__ctor__.apply(this, arguments)}; this.__ctor__.prototype = this.prototype; }

    this.key('name', 'string', {
      default: "John"
    });

    this.key('levels', 'list');

    this.key('levelpacks', 'list');

  });

}).call($$base);

