PC-20230316NUNE\Administrator 391ce959cb 提交上阵
2023-11-15 18:38:00 +08:00

15 lines
286 B
TypeScript

import { _decorator, Component, Node } from 'cc';
import JNLayerBase from '../../../../extensions/ngame/assets/ngame/ui/base/JNLayerBase';
const { ccclass, property } = _decorator;
//上阵页面
@ccclass('IntoBattleView')
export class IntoBattleView extends JNLayerBase {
}