Function veloren_server::events::trade::notify_agent_prices

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