feat(BuildCalc) Optimized the build calculator

This commit is contained in:
2022-04-13 15:13:06 -04:00
parent 656b914c6e
commit 39db0afbe5
22 changed files with 803 additions and 561 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
namespace Services.Immortal;
public class TimingService : ITimingService {
private int _timing = 360;
private int _timing = 1500;
public void Subscribe(Action? action) {
_onChange += action;