Remove "default" prefix from naming

This commit is contained in:
Dean Herbert
2022-09-18 00:14:49 +09:00
parent 1c4e02fae8
commit 41e69fbca6
15 changed files with 28 additions and 28 deletions

View File

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