This commit is contained in:
2026-04-29 01:04:28 +07:00
parent 29888fadfa
commit 21c999a904
32 changed files with 1423 additions and 894 deletions

View File

@@ -5,7 +5,7 @@ using System.Threading.Tasks;
namespace Hallucinate.UI
{
public abstract class BaseUIController
public abstract class BaseUIController : ScriptableObject
{
protected VisualElement root;
protected UIManager uiManager;