1
This commit is contained in:
parent
9a4b98738e
commit
925beb63c9
@ -10,6 +10,7 @@ enum SSMessageId_e
|
||||
_SS_MS_ResponseTargetServer = 12;
|
||||
_SS_ForceCloseSocket = 13;
|
||||
|
||||
_SS_CMKcpHandshake = 99;
|
||||
_SS_CMPing = 101;
|
||||
_SS_SMRpcError = 102;
|
||||
_SS_CMLogin = 103;
|
||||
|
@ -13,6 +13,11 @@ message SS_CMLogin_CMReConnect_CommonHead
|
||||
optional int32 server_id = 1;
|
||||
}
|
||||
|
||||
message SS_CMKcpHandshake
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
message SS_CMLogin
|
||||
{
|
||||
optional int32 server_id = 1; //保留
|
||||
|
Loading…
x
Reference in New Issue
Block a user