From a91a3d151a0d5c949fd65f1a37f3ec154ecfb3aa Mon Sep 17 00:00:00 2001 From: yeziuku <53083103+yeziuku@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Common/Architecture/AsyncAwaiter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;