PlayerGroup -> PlayerSettingsGroup

This commit is contained in:
TocoToucan
2018-01-15 20:52:52 +03:00
parent 6e35484160
commit a81f32a388
9 changed files with 12 additions and 12 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Tests.Visual
}));
}
private class ExampleContainer : PlayerGroup
private class ExampleContainer : PlayerSettingsGroup
{
protected override string Title => @"example";
}