mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 14:04:29 -05:00
6 lines
156 B
C#
6 lines
156 B
C#
#if UNITY_EDITOR
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("VRM10.Tests")]
|
|
[assembly: InternalsVisibleTo("VRM10.Editor")]
|
|
#endif |