mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-10 09:06:17 +00:00
提交锻造系统
This commit is contained in:
11
JisolGameCocos/assets/script/ui/Pet/PetRadioView.ts
Normal file
11
JisolGameCocos/assets/script/ui/Pet/PetRadioView.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { _decorator, Component, Node } from 'cc';
|
||||
import JNLayerBase from '../../../../extensions/ngame/assets/ngame/ui/base/JNLayerBase';
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
//宠物单选页面
|
||||
@ccclass('PetRadioView')
|
||||
export class PetRadioView extends JNLayerBase {
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user