You've already forked taptap2024_GJ_chidouren
updat core
This commit is contained in:
@@ -28,13 +28,12 @@ namespace Game.FsmNode
|
||||
MapContent.Instance.IsActiveGame = true;
|
||||
// MapContent.Instance.Pathfinder.
|
||||
AudioManager.Instance.PlayBGM (BgmAudio.FightingBgm);
|
||||
var globalData = RoomManager.Instance.RoomGlobalData;
|
||||
}
|
||||
|
||||
protected override void OnExit ()
|
||||
{
|
||||
UIManager.Instance.CloseView (UIPanel.GamePanel);
|
||||
MapContent.Instance.IsActiveGame = false;
|
||||
// MapContent.Instance.IsActiveGame = false;
|
||||
// MapContent.Instance.Pathfinder.PausePathfinding ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user