mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 22:09:53 -05:00
5 lines
111 B
C#
5 lines
111 B
C#
#if UNITY_EDITOR
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("UniGLTF.Tests")]
|
|
#endif |