add chg_property_list

This commit is contained in:
aozhiwei 2019-07-13 15:18:14 +08:00
parent 8c6cd43ecf
commit 3630f73b8e

View File

@ -100,6 +100,23 @@ message MFVec2
optional float y = 2; //y轴
}
//
/*
property_type: 1
property_type: 2
property_type: 3
property_subtype:
property_type: 4 cd时间
property_type: 5 cd时间
*/
message MFPropertyChg
{
optional int32 obj_id = 1; //id
optional int32 property_type = 2; //
optional int32 property_subtype = 3; //
optional float value = 4; //
}
//
message MFMapObject
{
@ -390,7 +407,7 @@ message MFActivePlayerData
optional int32 helmet = 32; //
optional int32 chest = 33; //
optional float max_health = 34; //
optional float max_health = 34; //
optional float health = 35; //
optional int32 cur_scope = 10; // 1 2 4 8 15
@ -703,6 +720,7 @@ message SMUpdate
repeated int32 revive_objids = 18; //
repeated MFTuple dead_objs = 19; //values[0]:objid values[1]:
repeated MFBuffChg chged_buff_list = 20; //buff变更列表
repeated MFPropertyChg chged_property_list = 21; //property变更列表
}
//