import UEBase from "../../frameWork/compment/UEBase"; const { ccclass, property } = cc._decorator; @ccclass export default class UEBattleView extends UEBase { static readonly BundleKey: string = "battle"; static readonly PrefabUrl: string = "UEBattleView"; static readonly CLS: string = "UEBattleView"; Init() { this.initEvent(); } initEvent(): void { } }