更改了授权Api

This commit is contained in:
CortexCore
2023-09-23 23:01:39 +08:00
parent c65fe87a6c
commit 6fab30a15c
5 changed files with 16 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ public partial class IDIS_License : EntityComponent
}
private async void OnAuthorized(string obj)
{
_authService.OnAuthorized -= OnAuthorized;
await BITApp.SwitchToMainThread();
GetParent().AddChild(initialScene.Instantiate());
licenseNode.QueueFree();