mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix formatting
This commit is contained in:
@ -180,7 +180,8 @@ namespace osu.Game.Rulesets.Taiko.Tests.Skinning
|
|||||||
private void collectPlayfields()
|
private void collectPlayfields()
|
||||||
{
|
{
|
||||||
playfields.Clear();
|
playfields.Clear();
|
||||||
foreach (var ruleset in rulesets) playfields.Add(ruleset.ChildrenOfType<TaikoPlayfield>().Single());
|
foreach (var ruleset in rulesets)
|
||||||
|
playfields.Add(ruleset.ChildrenOfType<TaikoPlayfield>().Single());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void collectMascots()
|
private void collectMascots()
|
||||||
|
Reference in New Issue
Block a user