 381f9a4808
			
		
	
	381f9a4808
	
	
	
		
			
			* add messagepack attributes * fix isnullorempty * bump api version --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using MareSynchronos.API.Data;
 | |
| using MessagePack;
 | |
| 
 | |
| namespace MareSynchronos.API.Dto.User;
 | |
| 
 | |
| [MessagePackObject(keyAsPropertyName: true)]
 | |
| public record OnlineUserCharaDataDto(UserData User, CharacterData CharaData) : UserDto(User); |