com.alicizax.unity.tuyoogam.../Editor/UIElements/TableViewer/SearchSystem/ISearchCommand.cs

9 lines
114 B
C#
Raw Normal View History

2025-02-28 16:11:01 +08:00
#if UNITY_2019_4_OR_NEWER
namespace YooAsset.Editor
{
public interface ISearchCommand
{
}
}
#endif