6 lines
199 B
C#
6 lines
199 B
C#
|
using System.Reflection;
|
||
|
using System.Runtime.CompilerServices;
|
||
|
|
||
|
[assembly: InternalsVisibleTo("UnityEngine.Purchasing.Stores")]
|
||
|
[assembly: InternalsVisibleTo("UnityEngine.Purchasing.RuntimeTests")]
|