import { _decorator } from 'cc'; import { BaseZhaocha } from '../../hall/script/BaseZhaocha'; const { ccclass, property } = _decorator; @ccclass('unit69') export class unit69 extends BaseZhaocha { override answerName: Array = [ "避雷针", "伞兵", "应急灯", "工人", "导弹车", "灭火器", "汽油桶", "借条", "羽毛扇", "高射炮", "望远镜", "雷达", ] }