1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 04:59:54 +08:00

Fix score retrieval no longer working

This commit is contained in:
Dean Herbert
2018-09-28 18:29:49 +09:00
Unverified
parent 9baf587246
commit d3eb24e70a
+2
View File
@@ -3,6 +3,7 @@
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mods;
using osu.Game.Users;
@@ -32,6 +33,7 @@ namespace osu.Game.Rulesets.Scoring
public User User;
[JsonIgnore]
public Replay Replay;
public BeatmapInfo Beatmap;