@@ -131,8 +131,10 @@ public struct EntityEvents
131131 public EntityEvents < CMolotovProjectile , CsDemoParser > CMolotovProjectile ;
132132 public EntityEvents < COmniLight , CsDemoParser > COmniLight ;
133133 public EntityEvents < CParticleSystem , CsDemoParser > CParticleSystem ;
134+ public EntityEvents < CPathNode , CsDemoParser > CPathNode ;
134135 public EntityEvents < CPathParticleRope , CsDemoParser > CPathParticleRope ;
135136 public EntityEvents < CPathSimple , CsDemoParser > CPathSimple ;
137+ public EntityEvents < CPathWithDynamicNodes , CsDemoParser > CPathWithDynamicNodes ;
136138 public EntityEvents < CPhysBox , CsDemoParser > CPhysBox ;
137139 public EntityEvents < CPhysicsProp , CsDemoParser > CPhysicsProp ;
138140 public EntityEvents < CPhysicsPropMultiplayer , CsDemoParser > CPhysicsPropMultiplayer ;
@@ -170,6 +172,7 @@ public struct EntityEvents
170172 public EntityEvents < CSoundAreaEntityOrientedBox , CsDemoParser > CSoundAreaEntityOrientedBox ;
171173 public EntityEvents < CSoundAreaEntitySphere , CsDemoParser > CSoundAreaEntitySphere ;
172174 public EntityEvents < CSoundEventAABBEntity , CsDemoParser > CSoundEventAABBEntity ;
175+ public EntityEvents < CSoundEventConeEntity , CsDemoParser > CSoundEventConeEntity ;
173176 public EntityEvents < CSoundEventEntity , CsDemoParser > CSoundEventEntity ;
174177 public EntityEvents < CSoundEventOBBEntity , CsDemoParser > CSoundEventOBBEntity ;
175178 public EntityEvents < CSoundEventPathCornerEntity , CsDemoParser > CSoundEventPathCornerEntity ;
0 commit comments