mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Extended process list
This commit is contained in:
@@ -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",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user