mirror of
https://github.com/ppy/osu.git
synced 2026-05-13 19:54:15 +08:00
ef72e79463
RFC. Not sure others will like this.
11 lines
325 B
C#
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.
|
|
}
|
|
}
|