pub fn notify_agent_simple(
    agents: &mut WriteStorage<'_, Agent>,
    entity: Entity,
    event: AgentEvent
)