mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Move statics to RulesetCollection to avoid conflicts later on.
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
|
||||
public void SetUp()
|
||||
{
|
||||
OsuLegacyDecoder.Register();
|
||||
Ruleset.Register(new OsuRuleset());
|
||||
RulesetCollection.Register(typeof(OsuRuleset));
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user