mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Add comment to IHasSpecial.
This commit is contained in:
@ -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
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user