Add changes that got forgotted in branch surgery

This commit is contained in:
Dean Herbert
2021-10-01 17:03:08 +09:00
parent 8595eb2d11
commit 05996cc2e9
13 changed files with 11 additions and 14 deletions

View File

@ -2,7 +2,6 @@
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Database;
using osu.Game.Models.Interfaces;
namespace osu.Game.Beatmaps
{

View File

@ -24,7 +24,6 @@ namespace osu.Game.Beatmaps
public int BeatmapVersion;
private int? onlineBeatmapID;
private IRulesetInfo ruleset;
[JsonProperty("id")]
public int? OnlineBeatmapID