mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:33:21 +08:00
Mention interfaces being "markers" for the time being
This commit is contained in:
parent
69dac018c7
commit
7997d57030
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user