mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
15 lines
286 B
TypeScript
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 {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|