unit46.ts 493 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit46')
  5. export class unit46 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "坦克",
  8. "无人机",
  9. "步枪",
  10. "电子琴",
  11. "架子鼓",
  12. "电吉他",
  13. "铝制楼梯",
  14. "麦克风",
  15. "支架",
  16. "电线",
  17. "音响",
  18. "军事雷达",
  19. ]
  20. }