Files
stas-barecky/Library/PackageCache/com.unity.2d.common@51e9484895c4/Path/Editor/Selection/ISelectable.cs
2026-01-08 20:43:08 +05:00

8 lines
139 B
C#

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