mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +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
|
namespace osu.Game.Rulesets.Osu.Mods
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public interface IHidesApproachCircles
|
public interface IHidesApproachCircles
|
||||||
{
|
{
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
namespace osu.Game.Rulesets.Osu.Mods
|
namespace osu.Game.Rulesets.Osu.Mods
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public interface IRequiresApproachCircles
|
public interface IRequiresApproachCircles
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user