mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 03:59:35 +08:00
单位不是秒
This commit is contained in:
parent
72da63b30c
commit
780979fa5b
@ -213,7 +213,7 @@ namespace Milimoe.FunGame.Core.Entity
|
||||
builder.AppendLine("技能描述:" + Description);
|
||||
if (CurrentCD > 0)
|
||||
{
|
||||
builder.AppendLine("正在冷却:剩余 " + CurrentCD + " 秒");
|
||||
builder.AppendLine("正在冷却:剩余 " + CurrentCD + " 时间");
|
||||
}
|
||||
if (!Enable)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user