mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2025-01-03 16:13:21 +08:00
9 lines
137 B
C++
9 lines
137 B
C++
|
|
||
|
#pragma pack(push, 1)
|
||
|
class CGetPedSeatReturnClass
|
||
|
{
|
||
|
public:
|
||
|
char padding[8];
|
||
|
CVehicleDriveByAnimInfo* anim_info;
|
||
|
};
|
||
|
#pragma pack(pop)
|