11 lines
		
	
	
		
			189 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			189 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using NEG.UI.WindowSlot;
 | |
| using NegUtils.NEG.UI;
 | |
| 
 | |
| namespace NEG.UI.Area
 | |
| {
 | |
|     public interface IArea : ISlotsHolder, IControllable
 | |
|     {
 | |
|         void Open();
 | |
|         void Close();
 | |
|     }
 | |
| } |