mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add required properties to make realm models backwards compatible
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Rulesets
|
||||
}
|
||||
|
||||
[UsedImplicitly]
|
||||
private RulesetInfo()
|
||||
public RulesetInfo()
|
||||
{
|
||||
}
|
||||
|
||||
@ -83,5 +83,11 @@ namespace osu.Game.Rulesets
|
||||
|
||||
return ruleset;
|
||||
}
|
||||
|
||||
#region Compatibility properties
|
||||
|
||||
public int ID => OnlineID;
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user