1234567891011121314151617181920 |
- var t = require;
- var e = module;
- var i = exports;
- Object.defineProperty(i, "__esModule", {value: !0}),
- (i.default = class {
- constructor() {
- (this.tipChance = 0),
- (this.generousTipRate = 0),
- (this.chefProductionSpeed = 1),
- (this.waiterProductionSpeed = 1),
- (this.moneyRate = 1),
- (this.customerMoveSpeed = 1),
- (this.chefspeed = 0),
- (this.waiterspeed = 0),
- (this.perfectDishRate = 0),
- (this.instaCompletedDishRate = 0),
- (this.menuItemUpgradeDiscount = 0),
- (this.cookMoneyRate = 0);
- }
- });
|