提取RVO 寻路

This commit is contained in:
PC-20230316NUNE\Administrator
2024-02-05 18:56:55 +08:00
parent 04043cc6fc
commit 16d943ab6b
208 changed files with 42246 additions and 37182 deletions

View File

@@ -11,6 +11,7 @@ namespace Game.Plugins.App.Sync
}
public override void OnSyncLoad(){}
public override void OnSyncStart(){}
public override void OnSyncUpdate(int dt, JNFrameInfo frame, T input)
{

View File

@@ -8,6 +8,12 @@ namespace Game.Plugins.App.Sync
public override void OnSyncUpdate(int dt, JNFrameInfo frame, Object input)
{
}
public override void OnSyncStart()
{
}
public override void OnLateSyncUpdate(int dt, JNFrameInfo frame, Object input)
{
}