forked from BilalY/Rasagar
5 lines
134 B
C#
5 lines
134 B
C#
|
#if UNITY_2022_2_OR_NEWER
|
||
|
using System.Runtime.CompilerServices;
|
||
|
[assembly: InternalsVisibleTo("Unity.AI.Navigation.Updater")]
|
||
|
#endif
|