9 lines
		
	
	
		
			143 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			143 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|  | namespace Unity.PlasticSCM.Editor | ||
|  | { | ||
|  |     internal struct ExternalLink | ||
|  |     { | ||
|  |         internal string Label; | ||
|  |         internal string Url; | ||
|  |     } | ||
|  | } |