 381f9a4808
			
		
	
	381f9a4808
	
	
	
		
			
			* add messagepack attributes * fix isnullorempty * bump api version --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			175 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			175 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using MessagePack;
 | |
| 
 | |
| namespace MareSynchronos.API.Dto;
 | |
| 
 | |
| [MessagePackObject(keyAsPropertyName: true)]
 | |
| public record SystemInfoDto
 | |
| {
 | |
|     public int OnlineUsers { get; set; }
 | |
| } |