11 lines
221 B
TypeScript
Raw Normal View History

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