7 lines
195 B
C#
7 lines
195 B
C#
using Ghost.Core.Attributes;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Ghost.Editor")]
|
|
[assembly: InternalsVisibleTo("Ghost.Editor.Core")]
|
|
|
|
[assembly: EngineAssembly] |