win32 define and injector

This commit is contained in:
HolographicHat
2022-06-10 18:34:24 +08:00
parent 8aed3fd095
commit 12348a3941
17 changed files with 312 additions and 139 deletions

5
src/GlobalVars.cs Normal file
View File

@@ -0,0 +1,5 @@
namespace YaeAchievement;
public static class GlobalVars {
public static bool Verbose = false;
}