Add macro wait times

This commit is contained in:
Asriel Camora
2023-06-29 12:45:58 -07:00
parent 6b04abdef4
commit 84d63ae4d7
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ internal sealed class HeartAndSoul : BaseBuffAction
public override ActionCategory Category => ActionCategory.Other;
public override int Level => 86;
public override uint ActionId => 100419;
public override int MacroWaitTime => 3;
public override bool IncreasesStepCount => false;