消消方块阵换皮表情
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
534 B

1 week ago
//*********************
// create by 流云
// time: Mon Mar 02 2026
// desc:
//*********************
import { _decorator, Component, Node , find} from 'cc';
import { Auto_center } from './Auto_center';
const { ccclass, property } = _decorator;
@ccclass('UIcenter')
export class UIcenter extends Auto_center {
onLoad(): void {
super.onLoad();
}
onEnable(): void {
super.onEnable();
}
onDisable(): void {
super.onDisable();
}
onInit(): void {
}
}