mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 03:24:37 +01:00
sussy 2.9 changes, and finally shard unlock implementation
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user