添加线程逻辑执行

This commit is contained in:
PC-20230316NUNE\Administrator
2024-09-12 18:06:22 +08:00
parent 77b305be7a
commit bf7b5b1160
13 changed files with 4818 additions and 49 deletions

View File

@@ -27,7 +27,7 @@ namespace JNGame.Sync.System
{
}
public void OnSyncDestroy(){}
public virtual void OnSyncDestroy(){}
}
}