与metamod兼容

This commit is contained in:
huoji
2023-10-10 16:49:15 +08:00
parent 0376637e06
commit d55d0f515b
8 changed files with 64 additions and 31 deletions

View File

@@ -14,5 +14,5 @@ namespace Memory {
ReadProcessMemory(GetCurrentProcess(), (void*)address, &buffer, sizeof(T), 0);
return buffer;
}
auto PathVscript() -> void;
};