Fixed namespace kerfuffle prohibiting Android build

This commit is contained in:
2025-10-29 14:22:33 +01:00
parent c24c5df881
commit 4e12e4f8c1

View File

@@ -3,7 +3,7 @@ using TMPro;
using UnityEngine;
using UnityEngine.UI;
using Core.SaveLoad;
using Unity.Android.Gradle;
using Core;
namespace Levels
{
@@ -55,7 +55,7 @@ namespace Levels
}
else
{
Logging.LogWarning("[LevelSwitchMenu] No level data is assigned!");
Logging.Warning("[LevelSwitchMenu] No level data is assigned!");
}
if (confirmButton) confirmButton.onClick.AddListener(OnConfirmClicked);
if (cancelButton) cancelButton.onClick.AddListener(OnCancelClicked);