1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 20:33:09 +08:00

Mark EditorSavingTestScene as abstract

This commit is contained in:
Salman Ahmed 2022-01-26 17:04:28 +03:00
parent cf9ee43b17
commit 7f34085baa

View File

@ -16,7 +16,7 @@ namespace osu.Game.Tests.Visual
/// <summary>
/// Tests the general expected flow of creating a new beatmap, saving it, then loading it back from song select.
/// </summary>
public class EditorSavingTestScene : OsuGameTestScene
public abstract class EditorSavingTestScene : OsuGameTestScene
{
protected Editor Editor => Game.ChildrenOfType<Editor>().FirstOrDefault();