1
This commit is contained in:
parent
c5703e674c
commit
03d3421f2b
@ -219,6 +219,9 @@ message MFPlayerFull
|
|||||||
optional string killer_name = 32; //杀手名称
|
optional string killer_name = 32; //杀手名称
|
||||||
optional int32 killer_id = 33; //杀手id(自杀时为自己) 特殊id: -1:倒在安全区
|
optional int32 killer_id = 33; //杀手id(自杀时为自己) 特殊id: -1:倒在安全区
|
||||||
|
|
||||||
|
optional int32 vip_lv = 35 [default = 0]; //vip等级
|
||||||
|
optional int32 head = 36 [default = 0]; //头像框
|
||||||
|
|
||||||
//一下字段只有僵尸模式才有效
|
//一下字段只有僵尸模式才有效
|
||||||
optional int32 charid = 44; //人物id
|
optional int32 charid = 44; //人物id
|
||||||
}
|
}
|
||||||
@ -529,6 +532,8 @@ message MFTeamData
|
|||||||
optional int64 user_value2 = 32; //对应好友系统的user_value2
|
optional int64 user_value2 = 32; //对应好友系统的user_value2
|
||||||
optional int64 user_value3 = 33; //对应好友系统的user_value3
|
optional int64 user_value3 = 33; //对应好友系统的user_value3
|
||||||
optional int64 guild_id = 34; //公会id
|
optional int64 guild_id = 34; //公会id
|
||||||
|
optional int32 vip_lv = 35 [default = 0]; //等级
|
||||||
|
optional int32 head = 36 [default = 0]; //头像框
|
||||||
}
|
}
|
||||||
|
|
||||||
//子弹
|
//子弹
|
||||||
@ -737,6 +742,8 @@ message CMJoin
|
|||||||
optional int64 user_value2 = 32; //对应好友系统的user_value2
|
optional int64 user_value2 = 32; //对应好友系统的user_value2
|
||||||
optional int64 user_value3 = 33; //对应好友系统的user_value3
|
optional int64 user_value3 = 33; //对应好友系统的user_value3
|
||||||
optional int64 guild_id = 34; //公会id
|
optional int64 guild_id = 34; //公会id
|
||||||
|
optional int32 vip_lv = 35 [default = 0]; //等级
|
||||||
|
optional int32 head = 36 [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:僵尸模式
|
||||||
|
Loading…
x
Reference in New Issue
Block a user