Reorder declaration position of ruleset-creation methods

Should be recognized as a normal protected method in its declaring class.
This commit is contained in:
Salman Ahmed
2020-06-03 23:43:18 +03:00
parent 611f64fd36
commit 11da045d8c
3 changed files with 22 additions and 19 deletions

View File

@ -16,7 +16,6 @@ namespace osu.Game.Rulesets.Catch.Tests
[TestFixture]
public class TestSceneHyperDash : TestSceneCatchPlayer
{
protected override bool Autoplay => true;
[Test]