mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
Update CEntityInstance
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
// -------------------------------------------------------------------------------------------------- //
|
||||
|
Reference in New Issue
Block a user