Function de_menu::multiplayer::gamelisting::refresh_system

source ·
fn refresh_system(
    time: Res<'_, Time>,
    stopwatch: Local<'_, Stopwatch>,
    requests: EventWriter<'_, RequestEvent<ListGamesRequest>>
)