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() {
"ArmouryCrateSE.Service",
"ArmouryCrate.Service",
"LightingService",
};
static List<string> servicesAC = new() {
"ArmouryCrateSEService",
"ArmouryCrateService",
"LightingService",
};