1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 10:22:56 +08:00
osu-lazer/osu.Game.Tournament.Tests/TestCaseGroupingsEditorScreen.cs
2018-11-16 20:30:12 +09:00

16 lines
426 B
C#

// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Tournament.Screens.Groupings;
namespace osu.Game.Tournament.Tests
{
public class TestCaseGroupingsEditorScreen : LadderTestCase
{
public TestCaseGroupingsEditorScreen()
{
Add(new GroupingsEditorScreen());
}
}
}