12 lines
225 B
TypeScript
Raw Normal View History

2022-05-02 21:04:23 +08:00
import UIPanel from "../Engine/Component/UIPanel/UIPanel";
const { ccclass, property } = cc._decorator;
/** VoicePanel */
@ccclass
export default class VoicePanel extends UIPanel {
//#region OnClick
//#endregion
}