[!Hotfix] 게임 시작 버튼 안눌림
This commit is contained in:
parent
35e317b2fe
commit
fe8d29cb63
@ -89,6 +89,7 @@ public class MainPanelController : MonoBehaviour
|
||||
GameManager.Instance.panelManager.RemoveCoinsPanelUI((() =>
|
||||
{
|
||||
GameManager.Instance.ChangeToGameScene(Enums.GameType.MultiPlay);
|
||||
gameStartButton.GetComponent<SingleInteractableButtonHandler>().ResetButton();
|
||||
}));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user