1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-21 17:57:50 +08:00
osu-lazer/osu.Game.Tests/Visual/Navigation/TestFirstRunSetup.cs
2022-04-19 14:53:01 +09:00

16 lines
356 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 NUnit.Framework;
namespace osu.Game.Tests.Visual.Navigation
{
public class TestFirstRunSetup : OsuGameTestScene
{
[Test]
public void TestOverlay()
{
}
}
}