RDR-Classes/entity/CEntity.hpp

9 lines
171 B
C++
Raw Normal View History

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