Allow TestCasePlayer to instantiate only one ruleset type

This commit is contained in:
Dean Herbert
2017-10-02 17:38:48 +08:00
parent cecfd7b0f3
commit 66afba6219
3 changed files with 24 additions and 12 deletions

View File

@ -10,6 +10,10 @@ namespace osu.Game.Rulesets.Catch.Tests
[TestFixture]
public class TestCaseCatchPlayer : Game.Tests.Visual.TestCasePlayer
{
public TestCaseCatchPlayer() : base(typeof(CatchRuleset))
{
}
protected override Beatmap CreateBeatmap()
{
var beatmap = new Beatmap();