This commit is contained in:
aozhiwei 2021-04-08 10:57:57 +08:00
parent ade68bd729
commit e8684b79de
2 changed files with 11 additions and 1 deletions

View File

@ -307,6 +307,8 @@ enum PropertyType_e
kPropZombieId = 23,
kPropSkillLeftTime = 24,
kPropSkillCurrTimes = 25,
kPropSkillMaxTimes = 26,
};
enum MapObjectType_e

View File

@ -126,6 +126,12 @@ message MFVec2
property_type: 24 cd时间
property_subtype: id
valule: cd时间()
property_type: 25
property_subtype: id
valule:
property_type: 26
property_subtype: id
valule:
*/
message MFPropertyChg
{
@ -749,6 +755,8 @@ message MFSkill
optional int32 skill_id = 1; //id
optional int32 left_time = 2; //cd时间()
optional int32 cd_time = 3; //cd时间()
optional int32 curr_times = 4; //
optional int32 max_times = 5; //
}
message MFPlaySkill
@ -760,7 +768,7 @@ message MFPlaySkill
message MFTextElement
{
optional string text = 1; //
optional int32 color = 2; //rgb
optional int32 color = 2 [default = 0xFFFFFF]; //rgb
}
message MFImageElement