mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-05-14 14:25:35 +08:00
25 lines
922 B
C#
25 lines
922 B
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2024-03-28 07:07:08.835893701 UTC
|
|
|
|
namespace CS2Dumper {
|
|
// Module: libclient.so
|
|
public static class Buttons {
|
|
public const nint Attack = 0x3736050;
|
|
public const nint Attack2 = 0x3735FB0;
|
|
public const nint Back = 0x3735C30;
|
|
public const nint Duck = 0x3735790;
|
|
public const nint Forward = 0x3735CD0;
|
|
public const nint Jump = 0x3735830;
|
|
public const nint Left = 0x3735B90;
|
|
public const nint Lookatweapon = 0x3749C50;
|
|
public const nint Reload = 0x37360F0;
|
|
public const nint Right = 0x3735AF0;
|
|
public const nint Showscores = 0x3749D90;
|
|
public const nint Sprint = 0x3736190;
|
|
public const nint Turnleft = 0x3735F10;
|
|
public const nint Turnright = 0x3735E70;
|
|
public const nint Use = 0x37358D0;
|
|
public const nint Zoom = 0x3749CF0;
|
|
}
|
|
}
|