1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 19:54:15 +08:00
Files
osu-lazer/osu.Game/Rulesets/Mods/ModTraceable.cs
T
Dean Herbert ef72e79463 Add classic hotkey support for blinds / traceable (#37023)
RFC. Not sure others will like this.
2026-05-13 02:57:20 +09:00

11 lines
325 B
C#

// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Rulesets.Mods
{
public abstract class ModTraceable : ModWithVisibilityAdjustment
{
// Class only exists for classic hotkey support.
}
}