mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 09:33:02 +08:00
Mark EditorSavingTestScene
as abstract
This commit is contained in:
parent
cf9ee43b17
commit
7f34085baa
@ -16,7 +16,7 @@ namespace osu.Game.Tests.Visual
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Tests the general expected flow of creating a new beatmap, saving it, then loading it back from song select.
|
/// Tests the general expected flow of creating a new beatmap, saving it, then loading it back from song select.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class EditorSavingTestScene : OsuGameTestScene
|
public abstract class EditorSavingTestScene : OsuGameTestScene
|
||||||
{
|
{
|
||||||
protected Editor Editor => Game.ChildrenOfType<Editor>().FirstOrDefault();
|
protected Editor Editor => Game.ChildrenOfType<Editor>().FirstOrDefault();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user