mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Refactor exposed mod retrieval methods for better safety
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
Width = 200,
|
||||
Current =
|
||||
{
|
||||
Value = new OsuRuleset().GetAllMods().ToArray(),
|
||||
Value = new OsuRuleset().CreateAllMods().ToArray(),
|
||||
}
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user