RDR-Classes/entity/CEntity.hpp
2024-08-07 20:11:50 -04:00

9 lines
171 B
C++

#pragma once
#include "entity/fwEntity.hpp"
class CEntity : public rage::fwEntity
{
public:
char m_Pad2[0x30]; // 0xB0
};
static_assert(sizeof(CEntity) == 0xE0);