mirror of
https://github.com/ppy/osu.git
synced 2025-02-03 13:42:56 +08:00
Make class partial
This commit is contained in:
parent
bd630c189e
commit
4d7fd236c5
@ -200,7 +200,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
|
||||
protected override TestOsuGame CreateTestGame() => new NoBeatmapUpdateGame(LocalStorage, API);
|
||||
|
||||
private class NoBeatmapUpdateGame : TestOsuGame
|
||||
private partial class NoBeatmapUpdateGame : TestOsuGame
|
||||
{
|
||||
public NoBeatmapUpdateGame(Storage storage, IAPIProvider api, string[] args = null)
|
||||
: base(storage, api, args)
|
||||
|
Loading…
Reference in New Issue
Block a user