AssemblyInfo.cs 134 B

1234
  1. #if UNITY_2022_2_OR_NEWER
  2. using System.Runtime.CompilerServices;
  3. [assembly: InternalsVisibleTo("Unity.AI.Navigation.Updater")]
  4. #endif