1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00

Update CEntityInstance

This commit is contained in:
GAMMACASE 2024-05-08 21:54:53 +03:00
parent 97ec56c5cf
commit 5b106aaf14

View File

@ -103,7 +103,8 @@ private:
void* m_hPrivateScope; // 0x18 - CEntityPrivateScriptScope
public:
CEntityKeyValues* m_pKeyValues; // 0x20
CScriptComponent* m_CScriptComponent; // 0x28
CScriptComponent* m_CScriptComponent; // 0x28
bool m_bVisibleinPVS; // 0x30
};
// -------------------------------------------------------------------------------------------------- //