02.05.2024

This commit is contained in:
nezu 2024-05-07 18:20:12 +02:00
parent d5c360520b
commit c8742492c3

View File

@ -19999,7 +19999,7 @@ public:
// Registered binary: server.dll (project 'server') // Registered binary: server.dll (project 'server')
// Alignment: 8 // Alignment: 8
// Size: 0x15888 // Size: 0x15880
// Has VTable // Has VTable
// //
// MNetworkVarNames "bool m_bFreezePeriod" // MNetworkVarNames "bool m_bFreezePeriod"
@ -20599,7 +20599,6 @@ private:
[[maybe_unused]] uint8_t __pad184d[0x400b]; // 0x184d [[maybe_unused]] uint8_t __pad184d[0x400b]; // 0x184d
public: public:
double m_flLastPerfSampleTime; // 0x5858 double m_flLastPerfSampleTime; // 0x5858
bool m_bSkipNextServerPerfSample; // 0x5860
// Static fields: // Static fields:
static int64_t &Get_m_nMapCycleTimeStamp(){return *reinterpret_cast<int64_t*>(interfaces::g_schema->FindTypeScopeForModule("server.dll")->FindDeclaredClass("CCSGameRules")->m_static_fields[0]->m_instance);}; static int64_t &Get_m_nMapCycleTimeStamp(){return *reinterpret_cast<int64_t*>(interfaces::g_schema->FindTypeScopeForModule("server.dll")->FindDeclaredClass("CCSGameRules")->m_static_fields[0]->m_instance);};