This commit is contained in:
sardelka9515
2022-10-23 19:02:39 +08:00
parent 6b34ab6e36
commit 2828b9b74f
114 changed files with 7374 additions and 7205 deletions

View File

@ -5,8 +5,6 @@ namespace RageCoop.Client
{
internal static class Statistics
{
public static int BytesDownPerSecond { get; private set; }
public static int BytesUpPerSecond { get; private set; }
static Statistics()
{
Task.Run(() =>
@ -21,5 +19,8 @@ namespace RageCoop.Client
}
});
}
public static int BytesDownPerSecond { get; private set; }
public static int BytesUpPerSecond { get; private set; }
}
}
}