From f419518887b2d840cb06f80f04bc2393985fc903 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 2 Jan 2018 15:33:00 +0900 Subject: [PATCH] Make comment xmldoc --- osu.Game/Rulesets/Mods/IApplicableMod.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/osu.Game/Rulesets/Mods/IApplicableMod.cs b/osu.Game/Rulesets/Mods/IApplicableMod.cs index 0602b90b69..ed2b652598 100644 --- a/osu.Game/Rulesets/Mods/IApplicableMod.cs +++ b/osu.Game/Rulesets/Mods/IApplicableMod.cs @@ -3,7 +3,10 @@ namespace osu.Game.Rulesets.Mods { - // The base interface for a mod which can be applied in some way. + /// + /// The base interface for a mod which can be applied in some way. + /// If this is not implemented by a mod, it will not be available for use in-game. + /// public interface IApplicableMod { }