2025-05-01 01:48:08 -07:00

6 lines
140 B
C#

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