unit73.ts 493 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit73')
  5. export class unit73 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "冰茶摊",
  8. "冰棍",
  9. "出风口",
  10. "风扇",
  11. "电动车",
  12. "空调外机",
  13. "麦克风",
  14. "摩托艇",
  15. "霓虹灯",
  16. "燃气灶",
  17. "手机",
  18. "头盔",
  19. ]
  20. }