20 #ifndef ANTKEEPER_GAME_ANT_DIET_GENE_HPP
21 #define ANTKEEPER_GAME_ANT_DIET_GENE_HPP
ant_gene_type
Ant gene types.
float fungi
Preference for eating fungi.
float seeds
Preference for eating seeds.
float arthropod_eggs
Preference for eating arthropod eggs.
float carrion
Preference for eating carrion.
float ant_brood
Preference for eating ant brood.
float nectar
Preference for eating nectar.
Ant gene with caste-specific phenes.
constexpr ant_gene_type type() const noexcept override
Returns the ant gene type.