Add comment to IHasSpecial.

This commit is contained in:
smoogipooo 2017-03-15 12:29:15 +09:00
parent 2e71869951
commit 808f9fccca
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
namespace osu.Game.Modes.Objects.Types
{
/// <summary>
/// A special type of HitObject, mostly used for legacy conversion of "holds".
/// </summary>
public interface IHasSpecial
{
}