Rename ReplaySomething -> PlayerSomething

This commit is contained in:
TocoToucan
2018-01-13 22:25:09 +03:00
parent affbb7a847
commit 43d2ae348a
13 changed files with 61 additions and 62 deletions

View File

@ -2,11 +2,11 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics;
using osu.Game.Screens.Play.ReplaySettings;
using osu.Game.Screens.Play.PlayerSettings;
namespace osu.Game.Rulesets.Edit
{
public class ToolboxGroup : ReplayGroup
public class ToolboxGroup : PlayerGroup
{
protected override string Title => "toolbox";