1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-05 17:13:36 +08:00

Update CEntityInstance

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

View File

@ -104,6 +104,7 @@ private:
public:
CEntityKeyValues* m_pKeyValues; // 0x20
CScriptComponent* m_CScriptComponent; // 0x28
bool m_bVisibleinPVS; // 0x30
};
// -------------------------------------------------------------------------------------------------- //