You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-14 22:30:10 +00:00
5 lines
166 B
C#
5 lines
166 B
C#
|
|
using System.Runtime.CompilerServices;
|
|||
|
|
|
|||
|
|
[assembly:InternalsVisibleTo("Unity.VisualStudio.EditorTests")]
|
|||
|
|
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
|