mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
Added dwGameTypes and dwGameTypes_mapName
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Sat, 17 Feb 2024 01:42:30 +0000
|
||||
* Sat, 17 Feb 2024 02:19:06 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@@ -48,4 +48,9 @@ pub mod game_info { // Some additional information about the game at dump time
|
||||
|
||||
pub mod inputsystem_dll { // inputsystem.dll
|
||||
pub const dwInputSystem: usize = 0x367A0;
|
||||
}
|
||||
|
||||
pub mod matchmaking_dll { // matchmaking.dll
|
||||
pub const dwGameTypes: usize = 0x1D21E0;
|
||||
pub const dwGameTypes_mapName: usize = 0x1D2300;
|
||||
}
|
||||
Reference in New Issue
Block a user