1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 02:32:59 +08:00

Don't ignore RulesetId for now

This commit is contained in:
smoogipoo 2017-12-06 14:14:07 +09:00
parent 44edb8724f
commit 887b81148d

View File

@ -79,7 +79,6 @@ namespace osu.Game.Beatmaps
public float StackLeniency { get; set; }
public bool SpecialStyle { get; set; }
[JsonIgnore]
public int RulesetID { get; set; }
public RulesetInfo Ruleset { get; set; }