diff --git a/public/entity2/entityidentity.h b/public/entity2/entityidentity.h index 38c53abd0..a51bb9d45 100644 --- a/public/entity2/entityidentity.h +++ b/public/entity2/entityidentity.h @@ -71,6 +71,18 @@ class CEntityIdentity CEntityIdentity* m_pNext; // 0x60 CEntityIdentity* m_pPrevByClass; // 0x68 CEntityIdentity* m_pNextByClass; // 0x70 + + + struct EntityNameTable_t { + INetworkStringTable* m_pTable; + bool m_bServer; + }; + + struct NetworkVar_m_nameStringableIndex { + int8 gap0[1]; + }; + + typedef CEntityIdentity ThisClass; }; #endif // ENTITYIDENTITY_H \ No newline at end of file