fn notify_agent_prices(
    agents: WriteStorage<'_, Agent>,
    index: &IndexOwned,
    entity: Entity,
    event: AgentEvent
)