mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2025-01-04 00:23:23 +08:00
16 lines
254 B
C++
16 lines
254 B
C++
|
#pragma once
|
||
|
|
||
|
#include "phBoundComposite.hpp"
|
||
|
|
||
|
namespace rage
|
||
|
{
|
||
|
|
||
|
class phArchetypeDamp
|
||
|
{
|
||
|
public:
|
||
|
char pad_0000[32]; //0x0000
|
||
|
class phBoundComposite* m_bound_composite; //0x0020
|
||
|
}; //Size: 0x0028
|
||
|
static_assert(sizeof(phArchetypeDamp) == 0x28);
|
||
|
|
||
|
}
|