bugfix/HideUpgradesOnDeselect #9

Merged
Ader_Alisma merged 16 commits from bugfix/HideUpgradesOnDeselect into main 2025-09-07 22:48:30 +00:00
Showing only changes of commit b18290dc76 - Show all commits

View File

@ -61,7 +61,6 @@ public class AllyUpgrade : MonoBehaviour, IPointerClickHandler
{
if (_instance != null)
{
Debug.Log("Destroying upgrade UI");
Destroy(_instance);
_instance = null;
}