mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 10:13:00 +08:00
Add xmldoc
This commit is contained in:
parent
77a618dd71
commit
a219aa7ba2
@ -10,6 +10,10 @@ using osu.Game.Rulesets.Objects.Drawables;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Mods
|
namespace osu.Game.Rulesets.Mods
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A <see cref="Mod"/> which applies visibility adjustments to <see cref="DrawableHitObject"/>s
|
||||||
|
/// with an optional increased visibility adjustment depending on the user's "increase first object visibility" setting.
|
||||||
|
/// </summary>
|
||||||
public abstract class ModWithVisibilityAdjustment : Mod, IReadFromConfig, IApplicableToBeatmap, IApplicableToDrawableHitObjects
|
public abstract class ModWithVisibilityAdjustment : Mod, IReadFromConfig, IApplicableToBeatmap, IApplicableToDrawableHitObjects
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user