2026-04-23 자잘한 버그 수정2
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user