Add debugging and NetHookAnalyzer

This commit is contained in:
JustArchi
2016-03-07 18:12:05 +01:00
parent 1a4d941a2c
commit 07687df91f
7 changed files with 22 additions and 2 deletions

View File

@@ -31,5 +31,7 @@ namespace ArchiSteamFarm {
#endif
internal static bool IsReleaseBuild => !IsDebugBuild;
internal static bool NetHookAlreadyInitialized { get; set; } = false;
}
}