1
This commit is contained in:
parent
c028457202
commit
5cbc4bb6b2
@ -127,6 +127,8 @@ message MFPlayerPart
|
||||
|
||||
optional float max_health = 5; //血量上限(只有变化时才发,没变化时为undefined)
|
||||
optional float health = 6; //血量(只有变化时才发,没变化时为undefined)
|
||||
repeated MFBuff add_buff_list = 7; //新增buff列表
|
||||
repeated MFBuff remove_buff_list = 8; //移除的buff列表
|
||||
}
|
||||
|
||||
//玩家信息-全量
|
||||
@ -716,7 +718,6 @@ message SMUpdate
|
||||
repeated MFSmoke smokes = 25; //烟雾
|
||||
repeated MFEmote emotes = 23; //表情
|
||||
optional MFAirDrop airdrop = 26; //空投
|
||||
optional MFPlane plane = 27; //飞机
|
||||
}
|
||||
|
||||
//滚动消息
|
||||
|
Loading…
x
Reference in New Issue
Block a user