Extended process list

This commit is contained in:
Serge
2024-05-04 15:38:08 +02:00
parent b75471a052
commit 8f2a13b1ad

View File

@@ -21,11 +21,13 @@ namespace GHelper.Helpers
static List<string> processesAC = new() { static List<string> processesAC = new() {
"ArmouryCrateSE.Service", "ArmouryCrateSE.Service",
"ArmouryCrate.Service",
"LightingService", "LightingService",
}; };
static List<string> servicesAC = new() { static List<string> servicesAC = new() {
"ArmouryCrateSEService", "ArmouryCrateSEService",
"ArmouryCrateService",
"LightingService", "LightingService",
}; };