This commit is contained in:
CortexCore
2025-04-14 15:39:28 +08:00
parent c1273357de
commit d8b8ddb8b6
23 changed files with 447 additions and 116 deletions

View File

@@ -39,10 +39,9 @@ namespace BITKit.UX
{
UXService = uxService;
uxService.Register(this);
InitializeAsync().Forget();
}
private async UniTask InitializeAsync()
public override async UniTask InitializeAsync()
{
await _isBusy;
using var b = _isBusy.GetHandle();