2022-11-01 06:06:42 +08:00
|
|
|
#pragma once
|
|
|
|
|
2023-02-03 23:23:49 +01:00
|
|
|
class CPedIntelligence
|
2022-11-01 06:06:42 +08:00
|
|
|
{
|
|
|
|
public:
|
2022-11-08 22:11:50 +01:00
|
|
|
char pad_0000[632]; //0x0000
|
|
|
|
float m_oxygen_time; //0x0278
|
2022-11-01 06:06:42 +08:00
|
|
|
}; //Size: 0x027C
|
2023-02-03 23:23:49 +01:00
|
|
|
static_assert(sizeof(CPedIntelligence) == 0x27C);
|