10 lines
		
	
	
		
			195 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			195 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|  | using System.Collections.ObjectModel; | ||
|  | 
 | ||
|  | namespace UnityEditor.U2D.Aseprite | ||
|  | { | ||
|  |     internal interface IPaletteProvider | ||
|  |     { | ||
|  |         public ReadOnlyCollection<PaletteEntry> entries { get; } | ||
|  |     } | ||
|  | } |