错误版本

This commit is contained in:
2025-08-14 15:47:47 +08:00
parent 3b4ce5b33e
commit 96ae0481d1
16 changed files with 17974 additions and 15860 deletions

View File

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