1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:47:29 +08:00

Make comment xmldoc

This commit is contained in:
Dean Herbert 2018-01-02 15:33:00 +09:00
parent 1c80f3e918
commit f419518887

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
{
}