Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xanunderscore committed Apr 23, 2024
1 parent 02c8630 commit 8ba847e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BossMod/Autorotation/DRG/DRGConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ class DRGConfig : ConfigNode
[PropertyDisplay("Smart targeting for Dragon Sight (target if friendly, otherwise mouseover if friendly, otherwise best player by class ranking)")]
public bool SmartDragonSightTarget = true;

public enum ElusiveJumpBehavior : uint {
public enum ElusiveJumpBehavior : uint
{
[PropertyDisplay("Unchanged (character-relative, backwards)")]
Default = 0,
[PropertyDisplay("Character-relative, forwards")]
Expand Down

0 comments on commit 8ba847e

Please sign in to comment.