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

@ -14,7 +14,6 @@ using osu.Game.Screens.Edit.Compose;
namespace osu.Game.Tests.Visual
{
[Cached(Type = typeof(IPlacementHandler))]
public abstract class PlacementBlueprintTestScene : OsuManualInputManagerTestScene, IPlacementHandler
{
protected readonly Container HitObjectContainer;