解决错误回滚

This commit is contained in:
panw
2025-08-14 15:54:19 +08:00
parent 3b4ce5b33e
commit f539cf9b7b
4 changed files with 2693 additions and 531 deletions

View File

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