1
This commit is contained in:
parent
1c4924dd5a
commit
759a5dbacd
@ -662,6 +662,14 @@ message MFCar
|
||||
optional MFVec2 pos = 2; //载具坐标
|
||||
}
|
||||
|
||||
//队友信息
|
||||
message MFTeamMember
|
||||
{
|
||||
optional string account_id = 1; //账号id
|
||||
optional int32 rank = 2; //段位
|
||||
optional bool is_leader = 3; //是否队长
|
||||
}
|
||||
|
||||
//end mfmsg
|
||||
|
||||
//加入
|
||||
@ -699,6 +707,8 @@ message CMJoin
|
||||
optional int64 user_value1 = 31; //对应好友系统的user_value1
|
||||
optional int64 user_value2 = 32; //对应好友系统的user_value2
|
||||
optional int64 user_value3 = 33; //对应好友系统的user_value3
|
||||
optional bool force_entry_newbie_room = 50; //是否强制进新手房
|
||||
repeated MFTeamMember team_members = 51; //包括自己
|
||||
}
|
||||
|
||||
//移动
|
||||
|
Loading…
x
Reference in New Issue
Block a user