Files
YooAsset/Assets/YooAsset/Editor/UIElements/TableViewer/SearchSystem/ISearchCommand.cs
2025-03-06 11:45:51 +08:00

9 lines
114 B
C#

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