This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-01-29 02:28:42 +08:00
parent 68c4d5e811
commit 01a4312761
73 changed files with 13939 additions and 42231 deletions

View File

@@ -42,6 +42,8 @@ namespace Script.battle
await Close();
_current = mode;
await LoadScene(mode);
//开始同步
App.Sync.onStart();
}
@@ -50,6 +52,7 @@ namespace Script.battle
{
await UnloadScene(_current);
App.Sync.onStop();
_current = GBattleMode.Not;
}