This commit is contained in:
CortexCore
2024-07-07 14:27:34 +08:00
parent e6bb3dc5fa
commit c0ded1f99b
4 changed files with 40 additions and 12 deletions

View File

@@ -490,7 +490,7 @@ namespace BITKit.Net
await BITApp.SwitchToMainThread();
if (value is Exception e)
{
throw e;
throw new InGameException(e.Message,e);
}
if (UniTask.CompletedTask is T t)
{