Should be ok now

This commit is contained in:
Vidalee 2018-05-06 13:04:20 +02:00
parent 008daf9a07
commit af85102277
1 changed files with 4 additions and 2 deletions

View File

@ -67,6 +67,7 @@ public abstract class RulesetContainer : Container
/// </summary>
public readonly CursorContainer Cursor;
protected readonly Ruleset Ruleset;
private IRulesetConfigManager rulesetConfig;
@ -218,6 +219,7 @@ private void load(OsuConfigManager config)
applyMods(Mods, config);
loadObjects();
}
/// <summary>