1
This commit is contained in:
parent
5ec4a32797
commit
bb52d637d3
@ -70,6 +70,7 @@ class Human : public Creature
|
|||||||
int match_mode = 0;
|
int match_mode = 0;
|
||||||
std::shared_ptr<cs::MFThrow> throw_bomb;
|
std::shared_ptr<cs::MFThrow> throw_bomb;
|
||||||
std::map<int, std::shared_ptr<cs::MFThrow>> pending_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 name;
|
||||||
std::string avatar_url;
|
std::string avatar_url;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user