com.alicizax.unity.tuyoogam.../Editor/UIElements/TableViewer/SearchSystem/ISearchCommand.cs
2025-04-01 21:12:28 +08:00

9 lines
114 B
C#

#if UNITY_2019_4_OR_NEWER
namespace YooAsset.Editor
{
public interface ISearchCommand
{
}
}
#endif