清理 老的 没用的组件

This commit is contained in:
2025-08-14 16:39:06 +08:00
parent f539cf9b7b
commit 6adff46fd1
59 changed files with 2145 additions and 52918 deletions

View File

@@ -0,0 +1,14 @@
import { _decorator, Component, Node } from 'cc';
const { ccclass, property } = _decorator;
@ccclass('HeroPageComp')
export class HeroPageComp extends Component {
start() {
}
update(deltaTime: number) {
}
}