mirror of
				https://github.com/DerTyp7/defrain-shooter-unity.git
				synced 2025-10-29 20:52:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			606 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			606 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System.Runtime.CompilerServices;
 | |
| 
 | |
| [assembly: InternalsVisibleTo("Mirror.Tests.Common")]
 | |
| [assembly: InternalsVisibleTo("Mirror.Tests")]
 | |
| // need to use Unity.*.CodeGen assembly name to import Unity.CompilationPipeline
 | |
| // for ILPostProcessor tests.
 | |
| [assembly: InternalsVisibleTo("Unity.Mirror.Tests.CodeGen")]
 | |
| [assembly: InternalsVisibleTo("Mirror.Tests.Generated")]
 | |
| [assembly: InternalsVisibleTo("Mirror.Tests.Runtime")]
 | |
| [assembly: InternalsVisibleTo("Mirror.Tests.Performance.Editor")]
 | |
| [assembly: InternalsVisibleTo("Mirror.Tests.Performance.Runtime")]
 | |
| [assembly: InternalsVisibleTo("Mirror.Editor")]
 | 
