mirror of
https://github.com/ppy/osu.git
synced 2025-02-03 16:33:18 +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);
|
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)
|
public NoBeatmapUpdateGame(Storage storage, IAPIProvider api, string[] args = null)
|
||||||
: base(storage, api, args)
|
: base(storage, api, args)
|
||||||
|
Loading…
Reference in New Issue
Block a user