Move IPlacementHandler caching to interface

This commit is contained in:
Dean Herbert
2022-05-05 16:32:14 +09:00
parent 0c2d280443
commit b411b59006
3 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,6 @@ namespace osu.Game.Rulesets.Edit
/// Responsible for providing snapping and generally gluing components together.
/// </summary>
/// <typeparam name="TObject">The base type of supported objects.</typeparam>
[Cached(Type = typeof(IPlacementHandler))]
public abstract class HitObjectComposer<TObject> : HitObjectComposer, IPlacementHandler
where TObject : HitObject
{