mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Remove unused interface.
This commit is contained in:
@ -1,20 +0,0 @@
|
||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
namespace osu.Game.Modes.Objects
|
||||
{
|
||||
/// <summary>
|
||||
/// Converts HitObjects to another mode.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">The type of HitObject to be converted to.</typeparam>
|
||||
public interface IHitObjectConverter<T>
|
||||
where T : HitObject
|
||||
{
|
||||
/// <summary>
|
||||
/// Converts a <see cref="HitObject"/> to another mode.
|
||||
/// </summary>
|
||||
/// <param name="hitObject">The base HitObject to convert.</param>
|
||||
/// <returns>The converted HitObject.</returns>
|
||||
T Convert(HitObject hitObject);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user