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; }