2026-06-24 복구
This commit is contained in:
@@ -794,7 +794,6 @@ private void NotifyAllItemsChanged()
|
||||
onInventoryChanged?.Invoke();
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
private void NotifyMemoryPieceProgress()
|
||||
{
|
||||
int current = GetItemCount(memoryPieceItemType);
|
||||
@@ -826,13 +825,11 @@ private void NotifyMemoryPieceProgress()
|
||||
public void DebugClearInventory() => ClearInventory();
|
||||
public void DebugDeleteSave() => DeleteSavedInventory();
|
||||
|
||||
=======
|
||||
public void InventoryUIToggle()
|
||||
{
|
||||
_inventoryUI.gameObject.SetActive(!_inventoryUI.gameObject.activeSelf);
|
||||
}
|
||||
|
||||
>>>>>>> 695f9b7a14841768ae101b4395af63c4ab86d096
|
||||
#if UNITY_EDITOR
|
||||
private void OnValidate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user