Make class partial

This commit is contained in:
Dan Balasescu 2024-11-07 17:28:31 +09:00
parent bd630c189e
commit 4d7fd236c5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ private void presentAndConfirm(Func<BeatmapSetInfo> getImport, int expectedDiff)
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)