mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-30 02:52:14 +00:00
7 lines
307 B
C#
7 lines
307 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("E7.NotchSolution.Editor")]
|
|
|
|
// This is a special exception since that scene is not really a true sample.
|
|
// (If it is, you can "do it too" without hacking internals.)
|
|
[assembly: InternalsVisibleTo("E7.NotchSolution.Samples.DebugScene")] |