mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +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 completely hides the approach circles. Used for incompatibility with <see cref="IRequiresApproachCircles"/>.
|
||||
/// Marker interface for any mod which completely hides the approach circles. Used for incompatibility with <see cref="IRequiresApproachCircles"/>.
|
||||
/// </summary>
|
||||
public interface IHidesApproachCircles
|
||||
{
|
||||
|
Reference in New Issue
Block a user