mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 11:10:07 +08:00
Make class partial
This commit is contained in:
@@ -354,7 +354,7 @@ namespace osu.Game.Tests.Visual.SongSelectV2
|
||||
}
|
||||
}
|
||||
|
||||
public class TestBeatmapCarousel : BeatmapCarousel
|
||||
public partial class TestBeatmapCarousel : BeatmapCarousel
|
||||
{
|
||||
public IEnumerable<BeatmapInfo> PostFilterBeatmaps = null!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user