mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
fix(CObjectCreationDataNode): Make class members public. (#18)
* feat(DataNodes): Add multiple data nodes and sync classes. * fix(CPlayerAppearanceDataNode): Update class to 1.61. * feat(CObjectCreationDataNode): Added node and vector4. * fix(CObjectCreationNode): Minor issue with includes. * fix(CObjectCreationDataNode): Make class members public.
This commit is contained in:
parent
41f1219f00
commit
8675cd7db8
@ -6,6 +6,7 @@
|
||||
#pragma pack(push,8)
|
||||
class CObjectCreationDataNode
|
||||
{
|
||||
public:
|
||||
char pad_0000[192]; //0x0000
|
||||
uint16_t unk_00C0; //0x00C0
|
||||
char pad_0xC2[14]; //0x00C2
|
||||
|
Loading…
Reference in New Issue
Block a user