unity-atoms/Source/AssemblyInfo.cs

5 lines
198 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...
[assembly: InternalsVisibleTo("UnityAtomsEditor")]