mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
CI fix
This commit is contained in:
parent
a7f874e5b6
commit
e71f907f89
@ -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
|
||||
{
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user