Antkeeper
0.0.1
|
Trait that describes the sting of an ant. More...
#include <ant-sting-gene.hpp>
Public Attributes | |
bool | present {false} |
Indicates whether a sting present or not. More... | |
std::shared_ptr< render::model > | model |
3D model of the sting. More... | |
Trait that describes the sting of an ant.
Definition at line 30 of file ant-sting-gene.hpp.
std::shared_ptr<render::model> ant_sting_phene::model |
3D model of the sting.
Definition at line 36 of file ant-sting-gene.hpp.
bool ant_sting_phene::present {false} |
Indicates whether a sting present or not.
Definition at line 33 of file ant-sting-gene.hpp.