mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Gigantic code cleanup
Time to enforce some common file layout, as general mess started to annoying me. Sorry in advance for people using custom forks and having merge conflicts, this will help everybody in long-run
This commit is contained in:
@@ -26,8 +26,7 @@ using System;
|
||||
|
||||
namespace ConfigGenerator {
|
||||
internal static class Runtime {
|
||||
private static readonly Type MonoRuntime = Type.GetType("Mono.Runtime");
|
||||
|
||||
internal static bool IsRunningOnMono => MonoRuntime != null;
|
||||
private static readonly Type MonoRuntime = Type.GetType("Mono.Runtime");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user