更新注释

This commit is contained in:
yeziuku 2023-09-27 11:07:08 +08:00 committed by GitHub
parent 52b4fc2078
commit a91a3d151a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ namespace Milimoe.FunGame.Core.Library.Common.Architecture
protected abstract T? Work { get; set; } protected abstract T? Work { get; set; }
/// <summary> /// <summary>
/// 是否处于等待服务器响应的状态 /// 是否处于等待的状态
/// </summary> /// </summary>
protected bool Working { get; set; } = false; protected bool Working { get; set; } = false;