mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
commit (#107)
This commit is contained in:
parent
129bf7fa98
commit
a8966dd749
@ -11,11 +11,16 @@ namespace rage
|
||||
virtual ~netSyncTree();
|
||||
|
||||
char pad_0008[8]; //0x0008
|
||||
netSyncNodeBase* m_sync_node; //0x0010
|
||||
char pad_0018[8]; //0x0018
|
||||
netSyncNodeBase* m_next_sync_node; //0x0010
|
||||
netSyncNodeBase* m_last_sync_node; //0x0018
|
||||
uint32_t m_child_node_count; //0x0020
|
||||
char pad_0024[12]; //0x0024
|
||||
}; //Size: 0x0030
|
||||
static_assert(sizeof(netSyncTree) == 0x30);
|
||||
uint32_t m_unk_array_count; //0x0024
|
||||
char pad_0028[8]; //0x0028
|
||||
netSyncNodeBase* m_child_nodes[42]; //0x0030
|
||||
uint32_t m_child_node_max_count; //0x0180
|
||||
netSyncNodeBase* m_unk_array[32]; //0x0188
|
||||
uint32_t m_unk_array_max_count; //0x0288
|
||||
}; //Size: 0x0290
|
||||
static_assert(sizeof(netSyncTree) == 0x290);
|
||||
#pragma pack(pop)
|
||||
}
|
Loading…
Reference in New Issue
Block a user