Expose test helper for switching between difficulties

This commit is contained in:
Bartłomiej Dach
2021-09-12 13:55:48 +02:00
parent f8a681d810
commit 22fa9a303e
3 changed files with 5 additions and 33 deletions

View File

@ -103,6 +103,8 @@ namespace osu.Game.Tests.Visual
public new void Paste() => base.Paste();
public new void SwitchToDifficulty(BeatmapInfo beatmapInfo) => base.SwitchToDifficulty(beatmapInfo);
public new bool HasUnsavedChanges => base.HasUnsavedChanges;
public TestEditor(EditorLoader loader = null)