mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Mention interfaces being "markers" for the time being
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
namespace osu.Game.Rulesets.Osu.Mods
|
||||
{
|
||||
/// <summary>
|
||||
/// Any mod which requires the approach circles to be visible. Used for incompatibility with <see cref="IHidesApproachCircles"/>.
|
||||
/// Marker interface for any mod which requires the approach circles to be visible. Used for incompatibility with <see cref="IHidesApproachCircles"/>.
|
||||
/// </summary>
|
||||
public interface IRequiresApproachCircles
|
||||
{
|
||||
|
Reference in New Issue
Block a user