2025-04-25 21:14:54 +09:00

5 lines
109 B
C#

#if UNITY_EDITOR
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("VRM10.Tests")]
#endif