unit54.ts 493 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit54')
  5. export class unit54 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "手表",
  8. "摩托",
  9. "警示牌",
  10. "薯条",
  11. "名牌包包",
  12. "麦克风",
  13. "扑克牌",
  14. "墨镜",
  15. "烧烤架",
  16. "信号塔",
  17. "麻将桌",
  18. "蝴蝶结",
  19. ]
  20. }