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