JisolGame/JisolGameCocos/assets/script/ui/PetEquip/PetEquipForgingPopupView.ts
PC-20230316NUNE\Administrator e8a1cb9362 提交锻造系统
2024-01-08 18:55:00 +08:00

11 lines
310 B
TypeScript

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 {
}