mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2025-01-07 09:53:47 +08:00
10 lines
250 B
C++
10 lines
250 B
C++
|
#pragma once
|
||
|
|
||
|
struct CEntityScriptGameStateDataNode
|
||
|
{
|
||
|
char pad_0x0[192]; //0x0000
|
||
|
bool m_visible; //0x00C0
|
||
|
bool m_uses_collision; //0x00C1
|
||
|
bool m_fixed; //0x00C2
|
||
|
}; //Size: 0x00C3
|
||
|
static_assert(sizeof(CEntityScriptGameStateDataNode) == 0xC3);
|