mirror of
https://github.com/YimMenu/RDR-Classes.git
synced 2024-12-22 14:37:30 +08:00
9 lines
171 B
C++
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); |