Update many score-related classes to move closer to being able to persist to realm

This commit is contained in:
Dean Herbert
2021-12-06 22:47:00 +09:00
parent e44751c275
commit 2a4bee61dd
14 changed files with 58 additions and 61 deletions

View File

@ -105,7 +105,6 @@ namespace osu.Game.Online.API.Requests.Responses
OnlineID = OnlineID,
Date = Date,
PP = PP,
RulesetID = RulesetID,
Hash = HasReplay ? "online" : string.Empty, // todo: temporary?
Rank = Rank,
Ruleset = ruleset,