sussy 2.9 changes, and finally shard unlock implementation

This commit is contained in:
rfi
2023-12-02 14:28:19 +07:00
parent 228dacb901
commit e69b8541af
11 changed files with 223 additions and 21 deletions

View File

@@ -32,7 +32,7 @@ namespace AscNet.Common.MsgPack
public String ServerBean { get; set; }
public Int32 LoginPlatform { get; set; }
public String ClientVersion { get; set; }
public Int32 UserId { get; set; }
public dynamic UserId { get; set; }
}
@@ -2360,6 +2360,13 @@ namespace AscNet.Common.MsgPack
}
[global::MessagePack.MessagePackObject(true)]
public class EnterChallengeResponse
{
public Int32 Code { get; set; }
}
[global::MessagePack.MessagePackObject(true)]
public class TeamSetTeamResponse
{