unit55.ts 496 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit55')
  5. export class unit55 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "现代沙发",
  8. "led灯",
  9. "口红",
  10. "体重秤",
  11. "化妆品",
  12. "铲雪车",
  13. "相框",
  14. "游戏手柄",
  15. "方便面",
  16. "薯片",
  17. "酒精灯",
  18. "矿泉水",
  19. ]
  20. }