This commit is contained in:
aozhiwei 2023-05-17 14:00:30 +08:00
parent 5ec4a32797
commit bb52d637d3

View File

@ -70,6 +70,7 @@ class Human : public Creature
int match_mode = 0;
std::shared_ptr<cs::MFThrow> throw_bomb;
std::map<int, std::shared_ptr<cs::MFThrow>> pending_throw_bomb;
std::shared_ptr<glm::vec3> sand_table_target_pos;
std::string name;
std::string avatar_url;