mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
11 lines
310 B
TypeScript
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 {
|
|
}
|
|
|
|
|