18 lines
335 B
C++
18 lines
335 B
C++
#pragma once
|
|
|
|
#include "CEntity.hpp"
|
|
#include "../network/netObject.hpp"
|
|
|
|
#include <cstdint>
|
|
|
|
namespace rage
|
|
{
|
|
class CDynamicEntity : public CEntity
|
|
{
|
|
public:
|
|
class rage::netObject *m_net_object; //0x00D0
|
|
char gapD8[16];
|
|
uint64_t qwordE8;
|
|
};
|
|
static_assert(sizeof(CDynamicEntity) == 0xF0);
|
|
}
|