mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update all simple cases of switching to IWorkingBeatmap
This commit is contained in:
@ -81,11 +81,11 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
|
||||
public class EditorBeatmapContainer : Container
|
||||
{
|
||||
private readonly WorkingBeatmap working;
|
||||
private readonly IWorkingBeatmap working;
|
||||
|
||||
public EditorBeatmap EditorBeatmap { get; private set; }
|
||||
|
||||
public EditorBeatmapContainer(WorkingBeatmap working)
|
||||
public EditorBeatmapContainer(IWorkingBeatmap working)
|
||||
{
|
||||
this.working = working;
|
||||
|
||||
|
Reference in New Issue
Block a user