Revert renaming class, enum and field names

This commit is contained in:
a2x
2024-03-29 01:51:20 +10:00
parent bf890592c2
commit 87fccce283
23 changed files with 285261 additions and 58 deletions

26
output/buttons.rs Normal file
View File

@@ -0,0 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-28 15:47:06.987281800 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x1730020;
pub const attack2: usize = 0x17300B0;
pub const back: usize = 0x17302F0;
pub const duck: usize = 0x17305C0;
pub const forward: usize = 0x1730260;
pub const jump: usize = 0x1730530;
pub const left: usize = 0x1730380;
pub const lookatweapon: usize = 0x192B540;
pub const reload: usize = 0x172FF90;
pub const right: usize = 0x1730410;
pub const showscores: usize = 0x192B420;
pub const sprint: usize = 0x172FF00;
pub const turnleft: usize = 0x1730140;
pub const turnright: usize = 0x17301D0;
pub const use: usize = 0x17304A0;
pub const zoom: usize = 0x192B4B0;
}
}