diff --git a/common/src/comp/agent.rs b/common/src/comp/agent.rs index 4ad4794181..07c7b4b5e8 100644 --- a/common/src/comp/agent.rs +++ b/common/src/comp/agent.rs @@ -1,4 +1,4 @@ -use crate::path::Chaser; +use crate::{path::Chaser, state::Time}; use specs::{Component, Entity as EcsEntity}; use specs_idvs::IDVStorage; use vek::*; @@ -128,9 +128,6 @@ pub struct SpeechBubble { pub timeout: Option