unit75.ts 505 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit75')
  5. export class unit75 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "吃货直播",
  8. "床头灯",
  9. "创口贴",
  10. "电风扇",
  11. "氛围灯",
  12. "汉堡",
  13. "化妆桌",
  14. "加湿器",
  15. "烤牛排",
  16. "情趣香氛",
  17. "扫地机",
  18. "午餐肉",
  19. ]
  20. }