mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-09 00:26:11 +00:00
提交锻造系统
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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 {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user