unit51.ts 487 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit51')
  5. export class unit51 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "电灯",
  8. "现代挂画",
  9. "空调",
  10. "手枪",
  11. "黑丝",
  12. "运动手环",
  13. "通风口",
  14. "挂历",
  15. "电闸",
  16. "红牌",
  17. "麻将桌",
  18. "望远镜",
  19. ]
  20. }