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