Move replays to an wrapping Score class

This commit is contained in:
smoogipoo
2018-11-28 18:45:17 +09:00
parent 219929eb47
commit b8e60afa69
12 changed files with 88 additions and 70 deletions

View File

@ -9,7 +9,6 @@ using JetBrains.Annotations;
using Newtonsoft.Json;
using osu.Game.Beatmaps;
using osu.Game.Database;
using osu.Game.Replays;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Users;
@ -64,9 +63,6 @@ namespace osu.Game.Scoring
set => User = new User { Username = value };
}
[JsonIgnore]
public Replay Replay;
public int BeatmapInfoID { get; set; }
public BeatmapInfo BeatmapInfo;