Refactor EVERYTHING

Directories structure + namespaces relevant to them
This commit is contained in:
JustArchi
2021-05-08 01:37:22 +02:00
parent cbabde1b38
commit e60b54e402
96 changed files with 242 additions and 96 deletions

View File

@@ -26,6 +26,7 @@ using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Threading;
using System.Threading.Tasks;
using ArchiSteamFarm.Core;
namespace ArchiSteamFarm.Helpers {
internal sealed class CrossProcessFileBasedSemaphore : ICrossProcessSemaphore, IDisposable {