Attribute.js 697 B

1234567891011121314151617181920
  1. var t = require;
  2. var e = module;
  3. var i = exports;
  4. Object.defineProperty(i, "__esModule", {value: !0}),
  5. (i.default = class {
  6. constructor() {
  7. (this.tipChance = 0),
  8. (this.generousTipRate = 0),
  9. (this.chefProductionSpeed = 1),
  10. (this.waiterProductionSpeed = 1),
  11. (this.moneyRate = 1),
  12. (this.customerMoveSpeed = 1),
  13. (this.chefspeed = 0),
  14. (this.waiterspeed = 0),
  15. (this.perfectDishRate = 0),
  16. (this.instaCompletedDishRate = 0),
  17. (this.menuItemUpgradeDiscount = 0),
  18. (this.cookMoneyRate = 0);
  19. }
  20. });