7 lines
		
	
	
		
			133 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace MareSynchronos.MareConfiguration.Configurations;
 | |
| 
 | |
| public interface IMareConfiguration
 | |
| {
 | |
|     int Version { get; set; }
 | |
| }
 | 
