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