@export var current_growth_state: DataTypes.GrowthStates = DataTypes.GrowthStates.Germination var growth_days_passed = (current_day - starting_day) % num_states var state_index = growth_days_passed % ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results