This commit is contained in:
panw
2025-01-08 17:19:22 +08:00
parent 9ce06358d5
commit aa2d915bb3
28 changed files with 1338 additions and 1165 deletions

View File

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