Skip to content

Commit

Permalink
Merge pull request #12 from Meivyn/fix/1.31.0
Browse files Browse the repository at this point in the history
Support for the Legacy characteristic
  • Loading branch information
Auros authored Aug 27, 2023
2 parents 5385de4 + d58481c commit 4ac5e4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BeatSaverSharp/Models/BeatmapDifficulty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ public enum BeatmapCharacteristic
_360Degree,

Lightshow,
Lawless
Lawless,
Legacy
}

public enum BeatSaverBeatmapDifficulty
Expand All @@ -137,4 +138,4 @@ public enum BeatSaverBeatmapDifficulty
ExpertPlus
}
}
}
}

0 comments on commit 4ac5e4b

Please sign in to comment.