You can close the card album again

This commit is contained in:
journaliciouz
2025-11-05 16:36:00 +01:00
parent 0a183703db
commit 949bd6d32b
7 changed files with 3924 additions and 196 deletions

View File

@@ -328,5 +328,10 @@ namespace UI.CardSystem
_cardManager = CardSystemManager.Instance;
}
}
public void ExitAlbum()
{
UIPageController.Instance.PopPage();
}
}
}