fix for 1.31.0

This commit is contained in:
rfi
2023-11-12 13:00:44 +07:00
parent 2fda778dfc
commit 21856d353b
3 changed files with 4 additions and 0 deletions

View File

@@ -231,6 +231,7 @@ namespace AscNet.Common.MsgPack
public long Level { get; set; }
public string Sign { get; set; }
public long DisplayCharId { get; set; }
public List<long> DisplayCharIdList { get; set; } = new();
public Birthday? Birthday { get; set; }
public long HonorLevel { get; set; }
public string ServerId { get; set; }