mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Avoid internal
property by using ChildrenOfType
This commit is contained in:
@ -130,7 +130,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
}
|
||||
}
|
||||
}, skin);
|
||||
trails = catcherArea.CatcherTrails;
|
||||
trails = catcherArea.ChildrenOfType<CatcherTrailDisplay>().Single();
|
||||
});
|
||||
|
||||
AddStep("start hyper-dash", () =>
|
||||
|
Reference in New Issue
Block a user