This commit is contained in:
aozhiwei 2022-08-19 13:13:22 +08:00
parent f87ab14e8b
commit 730f0a146f

View File

@ -642,6 +642,7 @@ message MFTeamData
optional bool riding = 40 [default = false]; // optional bool riding = 40 [default = false]; //
optional string user_data = 60 [default = ""]; // optional string user_data = 60 [default = ""]; //
optional int32 can_follow = 62 [default = 0]; // optional int32 can_follow = 62 [default = 0]; //
optional int32 score = 63 [default = 0]; //pve模式积分
// //
optional string account_id = 10; //id optional string account_id = 10; //id
@ -999,7 +1000,7 @@ message CMJoin
optional int32 sex = 37 [default = 0]; // optional int32 sex = 37 [default = 0]; //
optional bool force_entry_newbie_room = 50; // optional bool force_entry_newbie_room = 50; //
repeated MFTeamMember team_members = 51; // repeated MFTeamMember team_members = 51; //
optional int32 room_mode = 52; //0: 1: optional int32 room_mode = 52; //0: 1: 2:
optional int32 mapid = 53; //id 0: optional int32 mapid = 53; //id 0:
repeated MFPair skill_list = 54; // key:id value:,0 repeated MFPair skill_list = 54; // key:id value:,0
optional string user_data = 60 [default = ""]; // optional string user_data = 60 [default = ""]; //
@ -1235,7 +1236,7 @@ message SMJoinedNotify
optional int32 error_code = 7; // 1: 2 optional int32 error_code = 7; // 1: 2
optional int32 error_msg = 10; // optional int32 error_msg = 10; //
optional int32 room_mode = 8; //0: 1: optional int32 room_mode = 8; //0: 1: 2:
optional string server_info = 9; //使 SMMapInfo optional string server_info = 9; //使 SMMapInfo
} }