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
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@@ -36,8 +36,8 @@ pub mod cs2_dumper {
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x270;
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x174;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x260;
|
||||
pub const dwWindowHeight: usize = 0x5EEFDC;
|
||||
pub const dwWindowWidth: usize = 0x5EEFD8;
|
||||
pub const dwWindowHeight: usize = 0x5F3AB4;
|
||||
pub const dwWindowWidth: usize = 0x5F3AB0;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
@@ -50,7 +50,7 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
pub const dwSoundSystem: usize = 0x334E30;
|
||||
pub const dwSoundSystem: usize = 0x334E40;
|
||||
pub const dwSoundSystem_engineViewData: usize = 0x7C;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user