1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 15:33:05 +08:00

Fix score retrieval no longer working

This commit is contained in:
Dean Herbert 2018-09-28 18:29:49 +09:00
parent 9baf587246
commit d3eb24e70a

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;