And then everything became one

This commit is contained in:
Dean Herbert
2017-09-18 22:32:49 +09:00
parent 4a0370a68a
commit 6d3d485565
109 changed files with 6518 additions and 1058 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Scoring
public RulesetInfo Ruleset { get; set; }
public Mod[] Mods { get; set; }
public Mod[] Mods { get; set; } = { };
public User User;