update core

This commit is contained in:
2024-10-25 15:45:26 +08:00
parent 2bfcd95f09
commit 3a38008dc4
5 changed files with 8 additions and 6 deletions

View File

@@ -71,6 +71,8 @@ namespace Views{
this.ViewConnector.CloseView ();
if (RoomManager.Instance.PartIndex < 3)
{
Destroy (MapContent.Instance.ScenePart.gameObject);
MapContent.Instance.ScenePart = null;
RoomManager.Instance.PartIndex++;
GameEventDefine.ChangeGameFsm.SendMessage (GameState.StartGame);
}