import { _decorator, Color, Component, error, EventTouch, instantiate, Label, log, Node, Prefab, ScrollView, Sprite, tween, UIOpacity, UITransform, Vec3 } from 'cc'; import { BaseZhaocha } from '../../hall/script/BaseZhaocha'; const { ccclass, property } = _decorator; @ccclass('unit12') export class unit12 extends BaseZhaocha { override answerName: Array = [ "风筝", "充电桩", "小狗", "金瓜子", "摄像头", "现代人", "巨石像", "纸尿裤", "鞋子", "大狗", "耳机", "矿泉水", ] }