Merge dev branch into main

This commit is contained in:
a2x
2024-03-28 22:19:20 +10:00
parent 755093fe06
commit 889ef7dcd8
315 changed files with 552043 additions and 333811 deletions

24
output/win/buttons.cs Normal file
View File

@@ -0,0 +1,24 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-27 13:29:16.446880100 UTC
namespace CS2Dumper {
// Module: client.dll
public static class Buttons {
public const nint Attack = 0x1730020;
public const nint Attack2 = 0x17300B0;
public const nint Back = 0x17302F0;
public const nint Duck = 0x17305C0;
public const nint Forward = 0x1730260;
public const nint Jump = 0x1730530;
public const nint Left = 0x1730380;
public const nint Lookatweapon = 0x192B540;
public const nint Reload = 0x172FF90;
public const nint Right = 0x1730410;
public const nint Showscores = 0x192B420;
public const nint Sprint = 0x172FF00;
public const nint Turnleft = 0x1730140;
public const nint Turnright = 0x17301D0;
public const nint Use = 0x17304A0;
public const nint Zoom = 0x192B4B0;
}
}