unity-atoms/Packages/Core/Runtime/AssemblyInfo.cs

5 lines
209 B
C#
Raw Normal View History

using System.Runtime.CompilerServices;
// Internal types and methods exposed to the editor assembly for use in inspectors, editor windows, etc...
2019-10-01 11:27:22 -04:00
[assembly: InternalsVisibleTo("Unity.UnityAtomsCore.Editor")]