Update Program.cs
This commit is contained in:
parent
e6de159341
commit
d1048c4a51
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace LightReflectiveMirror.LoadBalancing
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Keeps track of all available relays.
|
/// Keeps track of all available relays.
|
||||||
/// Key is server address, value is CCU.
|
/// Key is server address, value is CCU/Info.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Dictionary<string, RelayStats> availableRelayServers = new();
|
public Dictionary<string, RelayStats> availableRelayServers = new();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue