UwUHax/usercmd.h

18 lines
221 B
C
Raw Permalink Normal View History

2021-08-27 19:58:23 +08:00

class CUserCmd
{
public:
virtual ~CUserCmd() {};
std::int32_t command_number;
std::int32_t tick_count;
Vector viewangles;
float forwardmove;
float sidemove;
float upmove;
std::int32_t buttons;
};