update UIElements

This commit is contained in:
何冠峰
2025-03-06 11:45:51 +08:00
parent 317c42521a
commit b71eeeb855
42 changed files with 25 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
#if UNITY_2019_4_OR_NEWER
namespace YooAsset.Editor
{
public interface ISearchCommand
{
}
}
#endif