Avoid internal property by using ChildrenOfType

This commit is contained in:
ekrctb
2021-07-28 18:13:43 +09:00
parent 846f539428
commit 0bf04ece34
2 changed files with 7 additions and 7 deletions

View File

@ -130,7 +130,7 @@ namespace osu.Game.Rulesets.Catch.Tests
}
}
}, skin);
trails = catcherArea.CatcherTrails;
trails = catcherArea.ChildrenOfType<CatcherTrailDisplay>().Single();
});
AddStep("start hyper-dash", () =>