Files
plugin-library/Assets/03.YooAsset/Editor/UIElements/TableViewer/SearchSystem/ISearchCommand.cs
2025-10-31 11:18:23 +08:00

9 lines
114 B
C#

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