删除多余符号

This commit is contained in:
milimoe 2024-10-20 14:19:32 +08:00 committed by GitHub
parent d74effcf5c
commit a46a0120bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -284,7 +284,7 @@ namespace Milimoe.FunGame.Core.Entity
}
else
{
builder.AppendLine($"能量消耗:{RealEPCost::0.##}");
builder.AppendLine($"能量消耗:{RealEPCost:0.##}");
}
}
}