import { _decorator } from 'cc'; import { BaseZhaocha } from '../../hall/script/BaseZhaocha'; const { ccclass, property } = _decorator; @ccclass('unit25') export class unit25 extends BaseZhaocha { override answerName: Array = [ "举重龙虾", "健身房", "木柴", "鸟", "水果篮", "食用油", "趴窝母鸡", "跳绳企鹅", "大锅", "悠闲考拉", "拳击袋鼠", "大猩猩", ] }