12345678910111213141516171819202122 |
- import { _decorator } from 'cc';
- import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
- const { ccclass, property } = _decorator;
- @ccclass('unit58')
- export class unit58 extends BaseZhaocha {
- override answerName: Array<string> = [
- "黄毛",
- "电箱",
- "空调外机",
- "门牌号",
- "卷闸门",
- "充电桩",
- "手机",
- "平衡车",
- "人字拖",
- "外卖箱",
- "霓虹招牌",
- "牛仔裤",
- ]
- }
|