sqwarmed/sdk_src/game/server/swarm/asw_prop_dynamic.h

17 lines
338 B
C
Raw Normal View History

2024-08-29 19:18:30 -04:00
#ifndef _INCLUDED_ASW_PROP_PHYSICS_H
#define _INCLUDED_ASW_PROP_PHYSICS_H
#include "props.h"
class CASW_Prop_Dynamic : public CDynamicProp
{
public:
DECLARE_CLASS( CASW_Prop_Dynamic, CDynamicProp );
protected:
virtual int OnTakeDamage( const CTakeDamageInfo &inputInfo );
};
#endif // _INCLUDED_ASW_PROP_PHYSICS_H