unit25.ts 505 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit25')
  5. export class unit25 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "举重龙虾",
  8. "健身房",
  9. "木柴",
  10. "鸟",
  11. "水果篮",
  12. "食用油",
  13. "趴窝母鸡",
  14. "跳绳企鹅",
  15. "大锅",
  16. "悠闲考拉",
  17. "拳击袋鼠",
  18. "大猩猩",
  19. ]
  20. }