Moved UIPageController out of the card system and into a dedicated prefab

This commit is contained in:
Michal Adam Pikulski
2025-10-22 09:20:18 +02:00
parent faed21edab
commit 357f942e0d
7 changed files with 912 additions and 55 deletions

View File

@@ -27,12 +27,6 @@ namespace UI.Core
private void Awake()
{
if (_instance != null && _instance != this)
{
Destroy(gameObject);
return;
}
_instance = this;
// TODO: Handle generic "cancel" action