Get rid of HackedLogOn, set shared LoginID, closes #35, closes #37

This commit is contained in:
JustArchi
2015-12-21 10:06:37 +01:00
parent 55000c7653
commit f484b50ab3
4 changed files with 6 additions and 65 deletions

View File

@@ -22,14 +22,11 @@
*/
using System;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace ArchiSteamFarm {
internal static class Utilities {
internal static readonly Random Random = new Random();
internal static async Task SleepAsync(int miliseconds) {
await Task.Delay(miliseconds).ConfigureAwait(false);
}