mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -18,9 +18,9 @@ namespace Game.JNGFrame.View
|
||||
};
|
||||
}
|
||||
|
||||
public override void OnSyncUpdate()
|
||||
public override void OnSyncUpdate(int dt)
|
||||
{
|
||||
base.OnSyncUpdate();
|
||||
base.OnSyncUpdate(dt);
|
||||
foreach (var view in views)
|
||||
{
|
||||
view.Execute();
|
||||
|
Reference in New Issue
Block a user