Delete output directory

This commit is contained in:
Leilani A.
2025-04-01 22:39:08 -03:00
committed by GitHub
parent 45276a41d7
commit ba1578b1d0
82 changed files with 0 additions and 168662 deletions

View File

@@ -1,24 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-04-01 00:10:44.822666300 UTC
namespace CS2Dumper {
// Module: client.dll
public static class Buttons {
public const nint attack = 0x186C850;
public const nint attack2 = 0x186C8E0;
public const nint back = 0x186CB20;
public const nint duck = 0x186CDF0;
public const nint forward = 0x186CA90;
public const nint jump = 0x186CD60;
public const nint left = 0x186CBB0;
public const nint lookatweapon = 0x1A92E30;
public const nint reload = 0x186C7C0;
public const nint right = 0x186CC40;
public const nint showscores = 0x1A92D10;
public const nint sprint = 0x186C730;
public const nint turnleft = 0x186C970;
public const nint turnright = 0x186CA00;
public const nint use = 0x186CCD0;
public const nint zoom = 0x1A92DA0;
}
}