1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Rename {Multiplayer -> OnlinePlay}BackgroundSprite

This commit is contained in:
Bartłomiej Dach 2020-12-25 17:12:46 +01:00
parent ed4b8482b6
commit 2e4b1b95c2

View File

@ -8,12 +8,12 @@ using osu.Game.Beatmaps.Drawables;
namespace osu.Game.Screens.OnlinePlay.Components
{
public class MultiplayerBackgroundSprite : MultiplayerComposite
public class OnlinePlayBackgroundSprite : OnlinePlayComposite
{
private readonly BeatmapSetCoverType beatmapSetCoverType;
private UpdateableBeatmapBackgroundSprite sprite;
public MultiplayerBackgroundSprite(BeatmapSetCoverType beatmapSetCoverType = BeatmapSetCoverType.Cover)
public OnlinePlayBackgroundSprite(BeatmapSetCoverType beatmapSetCoverType = BeatmapSetCoverType.Cover)
{
this.beatmapSetCoverType = beatmapSetCoverType;
}