9 lines
114 B
C#
9 lines
114 B
C#
#if UNITY_2019_4_OR_NEWER
|
|
|
|
namespace YooAsset.Editor
|
|
{
|
|
public interface ISearchCommand
|
|
{
|
|
}
|
|
}
|
|
#endif |