mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Fix grammar in generated comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-08-08 22:44:32.016601800 UTC
|
||||
// 2024-08-09 07:37:31.728976200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -38,8 +38,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x270;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x174;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5EEFDC;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5EEFD8;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5F3AB4;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5F3AB0;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
@@ -52,7 +52,7 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
constexpr std::ptrdiff_t dwSoundSystem = 0x334E30;
|
||||
constexpr std::ptrdiff_t dwSoundSystem = 0x334E40;
|
||||
constexpr std::ptrdiff_t dwSoundSystem_engineViewData = 0x7C;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user