@@ -138,7 +139,11 @@ public IEnumerator UpdateServerStatus(bool skipIfAlreadyChecked = false)
...
@@ -138,7 +139,11 @@ public IEnumerator UpdateServerStatus(bool skipIfAlreadyChecked = false)
}
}
/// <summary>
/// <summary>
/// Gather the <see cref="ServerSlotData"/> of all <see cref="ServerSlot"/> in one place, so one can iterate over all of them
/// Gather the <see cref="ServerSlotData"/> of all <see cref="ServerSlot"/> in one place, so one can iterate over all of them.<br/>
/// <remarks><list type="bullet">
/// <item><seealso cref="LastIP"/>, <seealso cref="SelecIP"/> and alike offer more compact access to the domains.</item>
/// <item>Accessing other data in this Dict is kind of ugly, but I cannot think of a much better way to implement it, as it shoud be iteratable and indexable.</item>