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:
parent
1c80f3e918
commit
f419518887
@ -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
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user