UserBuff.ts 313 B

1234567891011121314151617
  1. class Buff {
  2. //临时
  3. //永久
  4. // restaurant_eat_time = 0;
  5. // cinema_wait_time = 0;
  6. // constructor() {
  7. // this.restaurant_eat_time = GameConf.Macro.restaurant_eat_time;
  8. // this.cinema_wait_time = GameConf.Macro.cinema_wait_time;
  9. // }
  10. }
  11. export let UserBuff = new Buff;