GameDev.CoreSystems/Architecture/ScriptableObjects/AssemblyInfo.cs

5 lines
210 B
C#

using System.Runtime.CompilerServices;
// Expose internal members to editor assembly for inspectors, other editor windows or functions
[assembly: InternalsVisibleTo("ScriptableObject-Architecture.Editor")]