fix(CPedIntelligence): incorrect classname (#99)

This commit is contained in:
Yimura 2023-02-03 23:23:49 +01:00 committed by GitHub
parent df824ee6da
commit 83d050f7d5

View File

@ -1,9 +1,9 @@
#pragma once
class CPedOxygenInfo
class CPedIntelligence
{
public:
char pad_0000[632]; //0x0000
float m_oxygen_time; //0x0278
}; //Size: 0x027C
static_assert(sizeof(CPedOxygenInfo) == 0x27C);
static_assert(sizeof(CPedIntelligence) == 0x27C);