Skip to content

Commit

Permalink
change the descriptions when you copy paste kids
Browse files Browse the repository at this point in the history
  • Loading branch information
Karaha-Baruha authored and Karaha-Baruha committed Oct 23, 2024
1 parent f7400ff commit 14deb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RotationSolver.Basic/Data/TargetType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ public enum TargetingType
LowHP,

/// <summary>
/// Find the target whose max HP is highest.
/// Find the target whose HP percentage is highest.
/// </summary>
[Description("High HP%")]
HighHPPercent,

/// <summary>
/// Find the target whose max HP is highest.
/// Find the target whose HP percentage is lowest.
/// </summary>
[Description("Low HP%")]
LowHPPercent,
Expand Down

0 comments on commit 14deb2b

Please sign in to comment.