namespace hack::cs2 {
struct events_t {
// xref: client.dll & 4C 8B F0 8B CE ("cs_pre_restart")
CS2_INLINE const char* get_name( ) noexcept { return VFUNC( const char*, 1u, this ); }
CS2_INLINE bool get_bool( const std::string_view token_name ) noexcept {...
Просмотры: 4,412
Ответы: 16