This commit is contained in:
aozhiwei 2019-08-07 14:18:20 +08:00
parent 30847261df
commit 606a294e69
2 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,7 @@ void Human::FillMFObjectFull(cs::MFObjectFull* full_data)
#endif #endif
p->set_vip(vip); p->set_vip(vip);
p->set_sdmg(sdmg); p->set_sdmg(sdmg);
p->set_kill_count(stats.kills);
FillBodyState(p->mutable_states()); FillBodyState(p->mutable_states());
} }

View File

@ -189,6 +189,7 @@ message MFPlayerFull
optional int32 sdmg = 21; optional int32 sdmg = 21;
optional int32 max_energy_shield = 22; // optional int32 max_energy_shield = 22; //
repeated MFBodyState states = 23; // repeated MFBodyState states = 23; //
optional int32 kill_count = 24; //
} }
//- //-