This commit is contained in:
aozhiwei 2019-07-04 11:17:41 +08:00
parent c028457202
commit 5cbc4bb6b2

View File

@ -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; //
}
//