This commit is contained in:
aozhiwei 2021-03-19 17:56:12 +08:00
parent 1288ebfc20
commit 6729f2f1d4

View File

@ -42,7 +42,7 @@ private:
std::vector<std::tuple<Creature*, ::cs::MFExplosion>> explosions_;
std::vector<std::tuple<Creature*, ::cs::MFSmoke>> smokes_;
std::vector<std::tuple<Creature*, ::cs::MFEmote>> emotes_;
std::vector<std::tuple<Human*, ::cs::MFBuffChg>> chged_buffs_;
std::vector<std::tuple<Creature*, ::cs::MFBuffChg>> chged_buffs_;
std::vector<std::tuple<Human*, int, int>> chged_items_;
std::vector<Human*> chged_bullet_nums_;
std::vector<std::tuple<Human*, int, int>> chged_weapon_ammo_;