From e1124c927b9cf92751189cef2701c6e44b99748c Mon Sep 17 00:00:00 2001 From: "DESKTOP-VVOCIJO\\PC" Date: Thu, 23 Apr 2026 12:26:44 +0900 Subject: [PATCH] =?UTF-8?q?2026-04-23=20=EC=9E=90=EC=9E=98=ED=95=9C=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/02_Scripts/Shopping/CheckoutMachine.cs | 4 ++++ Assets/07_UI/Shopping/Prefabs/CheckoutItemRow.prefab | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Assets/02_Scripts/Shopping/CheckoutMachine.cs b/Assets/02_Scripts/Shopping/CheckoutMachine.cs index 1f7eb305..f472c91c 100644 --- a/Assets/02_Scripts/Shopping/CheckoutMachine.cs +++ b/Assets/02_Scripts/Shopping/CheckoutMachine.cs @@ -24,6 +24,8 @@ public void UpdateSumUI() public void AddCheckoutProduction(ItemData itemData) { + Debug.Log("추가버튼 누름"); + if (itemData == null) return; if (_rowByItemId.TryGetValue(itemData.ItemId, out CheckoutProductionRow row)) @@ -44,6 +46,8 @@ public void AddCheckoutProduction(ItemData itemData) public void RemoveCheckoutProduction(ItemData itemData) { + Debug.Log("감소버튼 누름"); + if (itemData == null) return; if (!_rowByItemId.TryGetValue(itemData.ItemId, out CheckoutProductionRow row)) return; diff --git a/Assets/07_UI/Shopping/Prefabs/CheckoutItemRow.prefab b/Assets/07_UI/Shopping/Prefabs/CheckoutItemRow.prefab index e9a6aa3c..2acc0237 100644 --- a/Assets/07_UI/Shopping/Prefabs/CheckoutItemRow.prefab +++ b/Assets/07_UI/Shopping/Prefabs/CheckoutItemRow.prefab @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2838161eaa20968d3134cbd7029c3f7a7caeeee5a640cefbe403531dd159641a -size 21436 +oid sha256:0fceab005d10840409ce0e1731f8fec2cb0cbd2341702400124de74ec368d1ac +size 21472