单位不是秒

This commit is contained in:
milimoe 2024-09-11 00:46:46 +08:00
parent 72da63b30c
commit 780979fa5b
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -213,7 +213,7 @@ namespace Milimoe.FunGame.Core.Entity
builder.AppendLine("技能描述:" + Description);
if (CurrentCD > 0)
{
builder.AppendLine("正在冷却:剩余 " + CurrentCD + " ");
builder.AppendLine("正在冷却:剩余 " + CurrentCD + " 时间");
}
if (!Enable)
{