first commit
This commit is contained in:
12
Nitrox.Launcher/Models/Utils/QModHelper.cs
Normal file
12
Nitrox.Launcher/Models/Utils/QModHelper.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.IO;
|
||||
|
||||
namespace Nitrox.Launcher.Models.Utils;
|
||||
|
||||
internal static class QModHelper
|
||||
{
|
||||
internal static bool IsQModInstalled(string subnauticaBasePath)
|
||||
{
|
||||
string subnauticaQModManagerPath = Path.Combine(subnauticaBasePath, "Bepinex", "plugins", "QModManager");
|
||||
return Directory.Exists(subnauticaQModManagerPath);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user