forked from Misaki/GhostEngine
Refactor folder structure
This commit is contained in:
7
src/Runtime/Ghost.Engine/AssemblyInfo.cs
Normal file
7
src/Runtime/Ghost.Engine/AssemblyInfo.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Ghost.Core.Attributes;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("Ghost.Editor")]
|
||||
[assembly: InternalsVisibleTo("Ghost.Editor.Core")]
|
||||
|
||||
[assembly: EngineAssembly]
|
||||
Reference in New Issue
Block a user