1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 06:33:32 +08:00

Add comment to IHasSpecial.

This commit is contained in:
smoogipooo 2017-03-15 12:29:15 +09:00
parent 2e71869951
commit 808f9fccca

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