mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
10 lines
205 B
C++
10 lines
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); |