diff --git a/Library/Common/Architecture/AsyncAwaiter.cs b/Library/Common/Architecture/AsyncAwaiter.cs index 152d125..ceae319 100644 --- a/Library/Common/Architecture/AsyncAwaiter.cs +++ b/Library/Common/Architecture/AsyncAwaiter.cs @@ -14,7 +14,7 @@ namespace Milimoe.FunGame.Core.Library.Common.Architecture protected abstract T? Work { get; set; } /// - /// 是否处于等待服务器响应的状态 + /// 是否处于等待的状态 /// protected bool Working { get; set; } = false;