wuxianshengcong/Library/PackageCache/com.unity.ai.navigation@1.1.5/Editor/Updater/AssemblyInfo.cs
2024-12-30 12:56:27 +08:00

6 lines
145 B
C#

#if UNITY_2022_2_OR_NEWER
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Unity.AI.Navigation.Editor.Tests")]
#endif