Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: finished method ResetAllLastActions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed May 15, 2023
1 parent ea9b8c2 commit bd9a3d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RotationSolver.Basic/DataCenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ public static void ResetAllLastActions()
LastAction = 0;
LastGCD = 0;
LastAbility = 0;
_timeLastActionUsed = DateTime.Now;
_actions.Clear();
}

public static void AddDamageRec(float damageRatio)
Expand Down

0 comments on commit bd9a3d7

Please sign in to comment.