mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
Move abstract sample test to main game project
This commit is contained in:
parent
4a8a673d41
commit
4bba0c7359
@ -6,6 +6,7 @@ using osu.Framework.IO.Stores;
|
||||
using osu.Framework.Testing;
|
||||
using osu.Game.Rulesets;
|
||||
using osu.Game.Rulesets.Osu;
|
||||
using osu.Game.Tests.Beatmaps;
|
||||
using osu.Game.Tests.Resources;
|
||||
|
||||
namespace osu.Game.Tests.Gameplay
|
||||
|
@ -19,7 +19,7 @@ using osu.Game.Storyboards;
|
||||
using osu.Game.Tests.Visual;
|
||||
using osu.Game.Users;
|
||||
|
||||
namespace osu.Game.Tests.Gameplay
|
||||
namespace osu.Game.Tests.Beatmaps
|
||||
{
|
||||
public abstract class HitObjectSampleTest : PlayerTestScene
|
||||
{
|
Loading…
Reference in New Issue
Block a user