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

@ -1,10 +1,12 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Game.Rulesets.Objects;
namespace osu.Game.Screens.Edit.Compose
{
[Cached]
public interface IPlacementHandler
{
/// <summary>