// 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.
usingSystem.Collections.Generic;
usingosu.Game.Rulesets;
usingosu.Game.Rulesets.Mods;
usingosu.Game.Scoring;
usingosu.Game.Screens.Play;
usingosu.Game.Tests.Beatmaps;
namespaceosu.Game.Tests.Gameplay
{
/// <summary>
/// Static class providing a <see cref="Create"/> convenience method to retrieve a correctly-initialised <see cref="GameplayState"/> instance in testing scenarios.
/// </summary>
publicstaticclassTestGameplayState
{
/// <summary>
/// Creates a correctly-initialised <see cref="GameplayState"/> instance for use in testing.