import { _decorator, Component, Node } from 'cc'; import { JNGLayerBase } from '../../App'; const { ccclass, property } = _decorator; @ccclass('NoviceSelectPetView') export class NoviceSelectPetView extends JNGLayerBase { }