mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 06:45:37 +08:00
Add comment to IHasSpecial.
This commit is contained in:
parent
2e71869951
commit
808f9fccca
@ -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
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user