Antkeeper
0.0.1
|
Egg incubation parameters. More...
#include <egg-component.hpp>
Public Attributes | |
float | incubation_period {} |
Duration of the incubation period, in days. More... | |
float | incubation_phase {} |
Current incubation phase, on [0, 1] . More... | |
Egg incubation parameters.
Definition at line 26 of file egg-component.hpp.
float egg_component::incubation_period {} |
Duration of the incubation period, in days.
Definition at line 29 of file egg-component.hpp.
float egg_component::incubation_phase {} |
Current incubation phase, on [0, 1]
.
Definition at line 32 of file egg-component.hpp.