This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Description
As I understand it, a thinker will run based on some ThinkerIterations values, and will guarantee that the thinker run at least every 10ms, or when it cycles back on the frame count if time is not elapsed.
Is it possible to set this value somewhere ? as the current value is just the Default for ThinkerIterations
impl Default for ThinkerIterations {
fn default() -> Self {
Self::new(Duration::from_millis(10))
}
}
Also would this be applicable to Actions as well, to avoid the ::Executing on all entities every frame