Fetch networkGameClient_maxClients offset

This commit is contained in:
a2x
2023-10-01 00:52:09 +10:00
parent 5963b4fef0
commit 18e90bcf8c
7 changed files with 24 additions and 7 deletions

View File

@@ -14,5 +14,6 @@ namespace client_dll {
namespace engine2_dll {
constexpr std::ptrdiff_t networkGameClient = 0x48AAB0;
constexpr std::ptrdiff_t networkGameClient_maxClients = 0x250;
constexpr std::ptrdiff_t networkGameClient_signOnState = 0x240;
}