20 #ifndef ANTKEEPER_GAME_ANT_EGG_GENE_HPP
21 #define ANTKEEPER_GAME_ANT_EGG_GENE_HPP
39 std::shared_ptr<render::model>
model;
ant_gene_type
Ant gene types.
std::shared_ptr< render::model > model
3D model of the egg.
float incubation_period
Duration required for the embryo to develop into a larva, in days.
float eclosion_period
Duration required for the contained larva to hatch, in days.
Ant gene with caste-specific phenes.
constexpr ant_gene_type type() const noexcept override
Returns the ant gene type.