osukey/osu.Game.Tournament.Tests/LadderTestCase.cs
2019-05-18 20:18:07 +09:00

15 lines
388 B
C#

// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Game.Tests.Visual;
namespace osu.Game.Tournament.Tests
{
public class LadderTestCase : OsuTestScene
{
[Resolved]
protected LadderInfo Ladder { get; private set; }
}
}