Antkeeper
0.0.1
|
Trait that describes the sting of an ant. More...
#include <sting.hpp>
Public Attributes | |
bool | present |
Indicates whether a sting present or not. More... | |
render::model * | model |
3D model of the sting. More... | |
Trait that describes the sting of an ant.
Definition at line 31 of file phene/sting.hpp.
render::model* ant::phene::sting::model |
3D model of the sting.
Definition at line 37 of file phene/sting.hpp.
bool ant::phene::sting::present |
Indicates whether a sting present or not.
Definition at line 34 of file phene/sting.hpp.