mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 05:49:52 +08:00
CI fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user