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