unit66.ts 487 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit66')
  5. export class unit66 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "LED灯",
  8. "探照灯",
  9. "时钟",
  10. "指纹",
  11. "密码锁",
  12. "现代地毯",
  13. "墨镜",
  14. "挖掘机",
  15. "泡面",
  16. "哈士奇",
  17. "摄像头",
  18. "手机",
  19. ]
  20. }