mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-17 09:24:37 +01:00
Equipment and main quest bug fixes
This commit is contained in:
@@ -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 = @"|/-\";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user