mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user