static auto setup_bones = reinterpret_cast<void( __fastcall* )( void*, int )>( g_opcodes->scan_absolute( g_modules->m_modules.client_dll.get_name( ), "E8 ? ? ? ? 48 8B 8E ? ? ? ? 48 85 C9 74 ? 48 8B 09 8B 95", 0x1 ) );
static auto physics_run_think_ = reinterpret_cast<void* ( __fastcall* )( void* )>( g_opcodes->scan_absolute( g_modules->m_modules.client_dll.get_name( ), "E8 ? ? ? ? 48 8B D5 48 8B CE E8 ? ? ? ? 48 8B 06", 0x1 ) );
c_networked_client_info* get_networked_client_info( ) {
c_networked_client_info client_info;
vmt::call_virtual<void*>( this, 179, &client_info );
return &client_info;
}