Make comment xmldoc

This commit is contained in:
Dean Herbert 2018-01-02 15:33:00 +09:00
parent 1c80f3e918
commit f419518887
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
namespace osu.Game.Rulesets.Mods
{
// The base interface for a mod which can be applied in some way.
/// <summary>
/// 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.
/// </summary>
public interface IApplicableMod
{
}