unit41.ts 474 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit41')
  5. export class unit41 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "机器人",
  8. "天线",
  9. "UFO",
  10. "墨镜",
  11. "F1赛车",
  12. "警告牌",
  13. "魔法书",
  14. "西瓜",
  15. "运动鞋",
  16. "背包",
  17. "囚服",
  18. "鲲",
  19. ]
  20. }