unit63.ts 508 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit63')
  5. export class unit63 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "沙发",
  8. "西装男人",
  9. "大金链子",
  10. "现代美女",
  11. "摩托车",
  12. "垃圾桶",
  13. "葡萄果汁",
  14. "手机",
  15. "奶茶",
  16. "贝雷帽",
  17. "狙击枪",
  18. "卡皮巴拉",
  19. ]
  20. }