RDR-Classes/physical/CPhysical.hpp

9 lines
185 B
C++
Raw Normal View History

2024-08-08 08:11:50 +08:00
#pragma once
#include "entity/CDynamicEntity.hpp"
class CPhysical : public CDynamicEntity
{
public:
char m_Pad5[0x1B8]; // 0x01B0
};
static_assert(sizeof(CPhysical) == 0x368);