提交资源

This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-18 18:58:07 +08:00
parent 5a58823b4e
commit bc2ddf1fcd
50 changed files with 6498 additions and 38 deletions

View File

@@ -0,0 +1,20 @@
import { _decorator, Component, Node } from 'cc';
import JNLayerBase from '../../../../extensions/ngame/assets/ngame/ui/base/JNLayerBase';
const { ccclass, property } = _decorator;
//背包页面
@ccclass('PacksackView')
export class PacksackView extends JNLayerBase {
onJNLoad(data?: any): void {
super.onJNLoad(data)
}
//更新页面
onUpdateView(){
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "4.0.23",
"importer": "typescript",
"imported": true,
"uuid": "e29532d1-b556-4091-848a-7137fd53bdcf",
"files": [],
"subMetas": {},
"userData": {}
}