mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make BeatmapInfo expose Ruleset instead of PlayMode.
This commit is contained in:
@ -54,7 +54,10 @@ namespace osu.Game.Database
|
||||
public bool Countdown { get; set; }
|
||||
public float StackLeniency { get; set; }
|
||||
public bool SpecialStyle { get; set; }
|
||||
public PlayMode Mode { get; set; }
|
||||
|
||||
public int Mode { get; set; }
|
||||
public Ruleset Ruleset => RulesetCollection.GetRuleset(Mode);
|
||||
|
||||
public bool LetterboxInBreaks { get; set; }
|
||||
public bool WidescreenStoryboard { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user