DESKTOP-5RP3AKU\Jisol 5a43eb197b 聊天UI
2023-11-14 03:35:48 +08:00

11 lines
221 B
TypeScript

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