1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 01:07:42 +08:00
osu-lazer/osu.Game/Overlays/Settings/Sections/Graphics/DetailSettings.cs

11 lines
351 B
C#
Raw Normal View History

// 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.Overlays.Settings.Sections.Graphics
2016-11-11 06:40:42 +08:00
{
public class DetailSettings : SettingsSubsection
2016-11-11 06:40:42 +08:00
{
2016-11-09 11:38:40 +08:00
protected override string Header => "Detail Settings";
2016-11-11 06:40:42 +08:00
}
}