Moved UIPageController out of the card system and into a dedicated prefab
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user