1
This commit is contained in:
parent
c7bc4d165f
commit
84188ac723
@ -125,7 +125,8 @@ message MFJoinMsg
|
|||||||
//带入战斗的道具
|
//带入战斗的道具
|
||||||
message MFBattleItem
|
message MFBattleItem
|
||||||
{
|
{
|
||||||
optional int32 item_id = 5; //item_id
|
optional int32 item_id = 1; //道具id
|
||||||
|
optional int32 item_num = 2; //道具数量
|
||||||
}
|
}
|
||||||
|
|
||||||
//队伍成员
|
//队伍成员
|
||||||
@ -149,7 +150,7 @@ message MFTeamMember
|
|||||||
optional int32 circuit_score = 16; //循回赛积分
|
optional int32 circuit_score = 16; //循回赛积分
|
||||||
optional int32 vip_lv = 17; //vip等级
|
optional int32 vip_lv = 17; //vip等级
|
||||||
optional int32 vip_exp = 18; //vip经验
|
optional int32 vip_exp = 18; //vip经验
|
||||||
optional int64 vip_lucky = 19; //vip幸运值加成
|
optional int64 has_vip_lucky = 19; //是否有vip幸运值加成
|
||||||
repeated MFBattleItem battle_items = 20; //带入战斗的道具
|
repeated MFBattleItem battle_items = 20; //带入战斗的道具
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user