import { _decorator, Component, Node } from 'cc'; import JNLayerBase from '../../../../extensions/ngame/assets/ngame/ui/base/JNLayerBase'; const { ccclass, property } = _decorator; //锻造宠物装备页面 @ccclass('PetEquipForgingPopupView') export class PetEquipForgingPopupView extends JNLayerBase { }