unit58.ts 499 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit58')
  5. export class unit58 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "黄毛",
  8. "电箱",
  9. "空调外机",
  10. "门牌号",
  11. "卷闸门",
  12. "充电桩",
  13. "手机",
  14. "平衡车",
  15. "人字拖",
  16. "外卖箱",
  17. "霓虹招牌",
  18. "牛仔裤",
  19. ]
  20. }