mirror of
https://github.com/ppy/osu.git
synced 2026-05-13 20:33:35 +08:00
Make class partial
This commit is contained in:
@@ -114,7 +114,7 @@ namespace osu.Game.Screens.OnlinePlay.Components
|
||||
}
|
||||
}
|
||||
|
||||
private class DefaultBackground : Background
|
||||
private partial class DefaultBackground : Background
|
||||
{
|
||||
[Resolved]
|
||||
private BeatmapManager beatmapManager { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user