census update

This commit is contained in:
rootdarkarchon
2023-11-17 02:06:18 +01:00
parent edaa0ddb51
commit 47ff5235d6
3 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
using MessagePack;
namespace MareSynchronos.API.Dto.User;
[MessagePackObject(keyAsPropertyName: true)]
public record CensusDataDto(ushort WorldId, short RaceId, short TribeId, short Gender);