Before 6.4 upgrade

This commit is contained in:
2026-05-13 20:29:56 +01:00
parent 602e1ec0d3
commit 806cf80110
38 changed files with 19990 additions and 16155 deletions

View File

@@ -1,4 +1,7 @@
using System.Threading;
using Cysharp.Threading.Tasks;
using PrimeTween;
using UnityEngine;
namespace BriarQueen.Framework.Managers.UI.Base
{
@@ -8,5 +11,6 @@ namespace BriarQueen.Framework.Managers.UI.Base
UniTask Hide();
WindowType WindowType { get; }
}
}