Badminton-Scoreboard/assets/Script/VoicePanel/VoicePanel.ts

12 lines
225 B
TypeScript
Raw Permalink Normal View History

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