unit72.ts 481 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit72')
  5. export class unit72 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "泳镜",
  8. "电线杠",
  9. "口罩",
  10. "爱心",
  11. "口红",
  12. "纸巾",
  13. "步枪",
  14. "胶鞋",
  15. "脐钉",
  16. "尼龙手套",
  17. "led项链",
  18. "对讲机",
  19. ]
  20. }