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

@ -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;