1
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user