Refactor and move Linux code to separate branch

This commit is contained in:
a2x
2024-04-03 02:59:30 +11:00
parent 86dc0fa8f6
commit 3a935f5d73
229 changed files with 705 additions and 121739 deletions

24
output/buttons.cs Normal file
View File

@@ -0,0 +1,24 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-02 16:10:48.961749300 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;
}
}