This commit is contained in:
PC-20230316NUNE\Administrator
2024-08-31 21:05:29 +08:00
parent d67032e1de
commit 77b305be7a
53 changed files with 316 additions and 118 deletions

View File

@@ -23,9 +23,9 @@ namespace Game.Logic.System.Usual
Debug.Log($"DemoMapService - 加载完成地图");
}
public override void OnSyncUpdate()
public override void OnSyncUpdate(int dt)
{
base.OnSyncUpdate();
base.OnSyncUpdate(dt);
Root.Update(new LFloat(null,Sync.DeltaTime));
}