Equipment and main quest bug fixes

This commit is contained in:
Mikhail
2024-07-26 14:12:30 -04:00
parent cce8179e8d
commit 78659f9c6e
7 changed files with 35 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ namespace nksrv.Utils
/// </summary>
public class ProgressBar : IDisposable, IProgress<double>
{
private const int blockCount = 10;
private const int blockCount = 17;
private readonly TimeSpan animationInterval = TimeSpan.FromSeconds(1.0 / 8);
private const string animation = @"|/-\";