update readme

This commit is contained in:
YHH
2025-06-12 09:47:25 +08:00
parent 47207fad52
commit e4aad11965
6 changed files with 7 additions and 16 deletions

View File

@@ -210,10 +210,7 @@ export class Core {
* Core.update(deltaTime);
* }
*
* // Unity (C#)
* void Update() {
* Core.Update(Time.deltaTime);
* }
* ```
*/
public static update(deltaTime: number): void {