mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Expose test helper for switching between difficulties
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user