Files
GhostEngine/Ghost.Editor.Core/AssemblyInfo.cs

7 lines
192 B
C#

using Ghost.Core.Attributes;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Ghost.UnitTest")]
[assembly: InternalsVisibleTo("Ghost.Editor")]
[assembly: EngineAssembly]