2018-10-13 06:09:33 +08:00
|
|
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
|
|
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
|
|
|
|
2018-10-16 14:20:12 +08:00
|
|
|
using osu.Framework.Allocation;
|
2018-10-13 06:09:33 +08:00
|
|
|
using osu.Game.Tests.Visual;
|
|
|
|
|
|
|
|
namespace osu.Game.Tournament.Tests
|
|
|
|
{
|
2018-11-06 16:59:01 +08:00
|
|
|
public class LadderTestCase : OsuTestCase
|
2018-10-13 06:09:33 +08:00
|
|
|
{
|
2018-10-16 14:20:12 +08:00
|
|
|
[Resolved]
|
2018-11-06 17:32:59 +08:00
|
|
|
protected LadderInfo Ladder { get; private set; }
|
2018-10-13 06:09:33 +08:00
|
|
|
}
|
|
|
|
}
|