mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
5 lines
209 B
C#
5 lines
209 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
// Internal types and methods exposed to the editor assembly for use in inspectors, editor windows, etc...
|
|
[assembly: InternalsVisibleTo("Unity.UnityAtomsCore.Editor")]
|