Nexus/Library/PackageCache/com.unity.2d.common@51e9484895c4/Path/Editor/Selection/ISelectable.cs
2026-01-06 17:23:00 +01:00

8 lines
139 B
C#

namespace UnityEditor.U2D.Common.Path
{
internal interface ISelectable<T>
{
bool Select(ISelector<T> selector);
}
}