1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-02 02:32:55 +08:00
osu-lazer/osu.Game.Tests/Visual/Navigation/TestFirstRunSetup.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
356 B
C#
Raw Normal View History

2022-04-06 16:42:10 +08:00
// 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()
{
}
}
}