unit61.ts 490 B

12345678910111213141516171819202122
  1. import { _decorator } from 'cc';
  2. import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
  3. const { ccclass, property } = _decorator;
  4. @ccclass('unit61')
  5. export class unit61 extends BaseZhaocha {
  6. override answerName: Array<string> = [
  7. "火焰刀",
  8. "电灯",
  9. "西装",
  10. "拳套",
  11. "皮腰带",
  12. "电子秤",
  13. "手枪",
  14. "小广告",
  15. "注射器",
  16. "绞肉机",
  17. "现代招牌",
  18. "冰柜",
  19. ]
  20. }