GTAV-Classes-private/netsync/CProjectSyncTree.hpp
2024-09-25 12:11:17 +00:00

10 lines
No EOL
205 B
C++

#pragma once
#include "netSyncTree.hpp"
class CProjectSyncTree : public rage::netSyncTree
{
void* m_unk_data;
int m_unk_data_size;
char pad_04C4[4];
};
static_assert(sizeof(CProjectSyncTree) == 0x4C8);