Rename references to DefaultSkin to have Triangles suffix

This commit is contained in:
Dean Herbert
2022-09-15 15:40:20 +09:00
parent ea0a995cc9
commit 51841988bf
14 changed files with 31 additions and 31 deletions

View File

@ -87,7 +87,7 @@ namespace osu.Game.Rulesets.Catch.Tests
});
}
private class TestSkin : DefaultSkin
private class TestSkin : DefaultSkinTriangles
{
public bool FlipCatcherPlate { get; set; }