File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -121,4 +121,7 @@ struct C_C4 : C_CSWeaponBase {
121121 using m_bStartedArming = bool ;
122122};
123123
124+ struct C_Item_Healthshot : C_CSWeaponBase {
125+ };
126+
124127}
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ constexpr auto kEntityTypeNames = TypedStaticStringPool{}
5656 .add<C_FlashbangProjectile>(WIN64_LINUX(" .?AVC_FlashbangProjectile@@" , " 21C_FlashbangProjectile" ))
5757 .add<C_C4>(WIN64_LINUX(" .?AVC_C4@@" , " 4C_C4" ))
5858 .add<CPlantedC4>(WIN64_LINUX(" .?AVC_PlantedC4@@" , " 11C_PlantedC4" ))
59- .add<C_Hostage>(WIN64_LINUX(" .?AVC_Hostage@@" , " 9C_Hostage" ));
59+ .add<C_Hostage>(WIN64_LINUX(" .?AVC_Hostage@@" , " 9C_Hostage" ))
60+ .add<C_Item_Healthshot>(WIN64_LINUX(" .?AVC_Item_Healthshot@@" , " 17C_Item_Healthshot" ));
6061
6162}
You can’t perform that action at this time.
0 commit comments