12 lines
225 B
TypeScript
12 lines
225 B
TypeScript
import UIPanel from "../Engine/Component/UIPanel/UIPanel";
|
|
|
|
const { ccclass, property } = cc._decorator;
|
|
|
|
/** VoicePanel */
|
|
@ccclass
|
|
export default class VoicePanel extends UIPanel {
|
|
|
|
//#region OnClick
|
|
|
|
//#endregion
|
|
} |