Skip to content

Commit

Permalink
actually done
Browse files Browse the repository at this point in the history
  • Loading branch information
Akechi-kun committed Feb 22, 2025
1 parent 5164d37 commit b3c868f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions BossMod/Autorotation/Standard/akechi/DPS/AkechiDRG.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,10 @@ public enum OGCDPriority
private float lcCD;
private float powerLeft;
private float chaosLeft;
public float downtimeIn;
private int focusCount;
public int NumAOETargets;
public int NumSpearTargets;
public int NumDiveTargets;
private int NumAOETargets;
private int NumSpearTargets;
private int NumDiveTargets;
private Enemy? BestAOETargets;
private Enemy? BestSpearTargets;
private Enemy? BestDiveTargets;
Expand Down

0 comments on commit b3c868f

Please sign in to comment.