2026-04-23 클리어 효과

This commit is contained in:
2026-04-23 17:46:12 +09:00
parent 3c2b4e68e9
commit 76ce1448a4
1692 changed files with 56311 additions and 9 deletions

View File

@@ -53,6 +53,7 @@ public void Checkout(CheckoutMachine checkoutMachine)
if (ShoppingOrderMissionClearCheck(checkoutList, out var missing))
{
Debug.Log("게임 클리어");
GameManager.Instance.GameSceneUI.ShowClearPanel();
}
else
{