mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
9 lines
181 B
C++
9 lines
181 B
C++
#pragma once
|
|
|
|
class CPedIntelligence
|
|
{
|
|
public:
|
|
char pad_0000[632]; //0x0000
|
|
float m_oxygen_time; //0x0278
|
|
}; //Size: 0x027C
|
|
static_assert(sizeof(CPedIntelligence) == 0x27C); |