arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.2d.common@dd402daace1b/Path/Editor/Selection/ISelectable.cs

8 lines
139 B
C#
Raw Permalink Normal View History

2025-09-25 22:01:28 +02:00
namespace UnityEditor.U2D.Common.Path
{
internal interface ISelectable<T>
{
bool Select(ISelector<T> selector);
}
}