1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 18:03:11 +08:00
This commit is contained in:
MrTheMake 2017-09-07 18:36:16 +02:00
parent a7f874e5b6
commit e71f907f89
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@ using osu.Game.Overlays.Settings;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Scoring;
using osu.Game.Rulesets.UI;
using osu.Game.Screens.Play;
namespace osu.Game.Rulesets
{

View File

@ -27,9 +27,9 @@ namespace osu.Game.Rulesets.Scoring
public int Combo { get; set; }
public RulesetInfo Ruleset;
public RulesetInfo Ruleset { get; set; }
public Mod[] Mods;
public Mod[] Mods { get; set; }
[JsonProperty(@"user")]
public User User;