This commit is contained in:
CortexCore
2024-07-17 17:06:45 +08:00
parent e686eb89ab
commit c80a4a2245
7 changed files with 415 additions and 86 deletions

View File

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