1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-19 11:32:55 +08:00
osu-lazer/osu.Game/Screens/Play/Options/PlaybackOption.cs
2017-05-17 10:36:57 +03:00

11 lines
322 B
C#

// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Screens.Play.Options
{
public class PlaybackOption : OptionContainer
{
public override string Title => "PLAYBACK";
}
}