mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
fix(CPedIntelligence): incorrect classname (#99)
This commit is contained in:
parent
df824ee6da
commit
83d050f7d5
@ -1,9 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
class CPedOxygenInfo
|
class CPedIntelligence
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
char pad_0000[632]; //0x0000
|
char pad_0000[632]; //0x0000
|
||||||
float m_oxygen_time; //0x0278
|
float m_oxygen_time; //0x0278
|
||||||
}; //Size: 0x027C
|
}; //Size: 0x027C
|
||||||
static_assert(sizeof(CPedOxygenInfo) == 0x27C);
|
static_assert(sizeof(CPedIntelligence) == 0x27C);
|
Loading…
Reference in New Issue
Block a user