Skip to content

Commit dc9d090

Browse files
committed
Update hl2sdk common types list
1 parent 1ce7e74 commit dc9d090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator_scripts/generator_scripts/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_hl2sdk_common_types():
6161
'CEntityComponentHelper', 'soundlevel_t', 'SoundFlags_t', 'RenderMultisampleType_t', 'EngineLoopState_t', 'GameTime_t',
6262
'CUtlSymbol', 'EntityIOTargetType_t', 'EntityDormancyType_t', 'CSplitScreenSlot', 'CHandle', 'CSmartPtr',
6363
'CUtlLeanVectorFixedGrowable', 'CUtlLeanVector', 'CUtlVectorFixedGrowable', 'EventClientOutput_t', 'CUtlDict',
64-
'ENetworkDisconnectionReason', 'CBitVec', 'Flags_t', 'CPhysSurfacePropertiesVehicle', 'EntityEffects_t'
64+
'ENetworkDisconnectionReason', 'CBitVec', 'Flags_t', 'CPhysSurfacePropertiesVehicle', 'EntityEffects_t', 'CEntityKeyValues'
6565
]
6666

6767
def get_std_common_types():

0 commit comments

Comments
 (0)