DEG-130 [fix] OnClickStartButton 코드 수정

This commit is contained in:
Lim0_C 2025-05-08 17:29:43 +09:00
parent 2b84d1fd2f
commit 53f3853d74
2 changed files with 3 additions and 4 deletions

BIN
Assets/LYM/Scenes/HousingUI.unity (Stored with Git LFS)

Binary file not shown.

View File

@ -8,8 +8,7 @@ public class MainUIPanelController : MonoBehaviour
public void OnClickStartButton()
{
var popupPanel = GameManager.Instance.PanelManager.GetPanel("PopupPanel");
popupPanel.GetComponent<PopupPanelController>().Show("This is PopupPanel!!", () => {Debug.Log("Confirmed");}, () => {Debug.Log("Canceled");});
GameManager.Instance.ChangeToHomeScene();
}
public void OnClickSettingsButton()