20 #ifndef ANTKEEPER_GAME_ANT_STING_GENE_HPP
21 #define ANTKEEPER_GAME_ANT_STING_GENE_HPP
36 std::shared_ptr<render::model>
model;
ant_gene_type
Ant gene types.
Ant gene with caste-specific phenes.
constexpr ant_gene_type type() const noexcept override
Returns the ant gene type.
Trait that describes the sting of an ant.
bool present
Indicates whether a sting present or not.
std::shared_ptr< render::model > model
3D model of the sting.