This commit is contained in:
aozhiwei 2022-09-23 14:45:13 +08:00
parent 2971e90cfd
commit 4219d34053
2 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,7 @@ enum SMMessageId_e
_SMWatchWar = 208;
_SMLeave = 209;
_SMMatchCancel = 218;
_SMJoinedNotify = 103;
_SMMapInfo = 1002;

View File

@ -885,6 +885,7 @@ message CMJoin
optional int32 hero_id = 61; //id
optional string hero_uniid = 71; //id
optional int32 pve_instance_id = 72; //pve副本id
optional int32 team_slot_num = 73; //1-4
}
//线
@ -1165,6 +1166,11 @@ message SMLeave
{
}
//
message SMMatchCancel
{
}
//线
message SMDisconnectNotify
{