import { _decorator } from 'cc'; import { BaseZhaocha } from '../../hall/script/BaseZhaocha'; const { ccclass, property } = _decorator; @ccclass('unit56') export class unit56 extends BaseZhaocha { override answerName: Array = [ "狙击手", "开锁广告", "二维码", "电动车", "手机", "红绿灯", "气球", "魔法帽", "街头帽子", "吸管", "寸衫", "快递盒子", ] }