Add level switch confirmation popup

This commit is contained in:
Michal Pikulski
2025-09-09 10:23:00 +02:00
parent 4b0db92cea
commit 3f93ca3b66
6 changed files with 1047 additions and 8 deletions

View File

@@ -161,9 +161,4 @@ public class SlotItemBehavior : InteractionRequirementBase
slottedItemRenderer.sprite = null;
}
}
void Update()
{
Debug.Log($"[SlotItemBehavior] _cachedSlottedObject: {_cachedSlottedObject} (GameObject name: {(_cachedSlottedObject != null ? _cachedSlottedObject.name : "null")})", this);
}
}