optimize code and update

This commit is contained in:
HolographicHat
2022-06-11 00:36:54 +08:00
parent 3917f3e6c7
commit ef6a72312c
11 changed files with 139 additions and 99 deletions

View File

@@ -2,4 +2,7 @@
public static class GlobalVars {
public static bool Verbose = false;
}
public const string LibName = "YaeAchievementLib.dll";
public const string PipeName = "YaeAchievementPipe";
public static bool UnexpectedExit = true;
}