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