Is the first element in the LobbyStatistics list always the Default lobby?

Options
Just curious if I have to scan the list or can trust that the first element will always have isDefault = true.

Thanks.

Comments

  • vadim
    Options
    LobbyStatistics documentation does not mention particular lobbies order. Even if lobbies list follows some pattern currently, there is no guaranty that this will not change later (on server side). So do not rely on lobbies order please.
  • maurgi
    Options
    Ok makes sense, just curious, will just Find(x => x.isDefault == true).