12 lines
227 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;
/** AvatarPanel */
@ccclass
export default class AvatarPanel extends UIPanel {
//#region OnClick
//#endregion
}