GTAV-Classes/base/CObject.hpp
Forever Gone b28a988a66
Updated fwEntity to add an extra class and improved netObject (#19)
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-08-08 21:52:41 +02:00

7 lines
142 B
C++

#pragma once
#include "rage/fwEntity.hpp"
class CObject : public rage::fwEntity
{}; //Size: 0x018C
static_assert(sizeof(CObject) == 0x018C);