mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 08:33:55 +09:00
Small update
This commit is contained in:
@ -1,13 +1,11 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
// 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.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using NUnit.Framework;
|
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Overlays.BeatmapSet;
|
using osu.Game.Overlays.BeatmapSet;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual.Online
|
namespace osu.Game.Tests.Visual.Online
|
||||||
{
|
{
|
||||||
[TestFixture]
|
|
||||||
public class TestSceneBeatmapNotAvailable : OsuTestScene
|
public class TestSceneBeatmapNotAvailable : OsuTestScene
|
||||||
{
|
{
|
||||||
public TestSceneBeatmapNotAvailable()
|
public TestSceneBeatmapNotAvailable()
|
||||||
|
Reference in New Issue
Block a user