JisolGame/JisolGameCocos/assets/script/ui/Novice/NoviceSelectPetView.ts

10 lines
227 B
TypeScript
Raw Normal View History

2023-11-10 03:56:07 +08:00
import { _decorator, Component, Node } from 'cc';
import { JNGLayerBase } from '../../App';
const { ccclass, property } = _decorator;
@ccclass('NoviceSelectPetView')
export class NoviceSelectPetView extends JNGLayerBase {
}