upload "kind" alien swarm

This commit is contained in:
nillerusr
2023-10-03 17:23:56 +03:00
parent b7bd94c52e
commit 7d3c0d8b5a
4229 changed files with 462900 additions and 495155 deletions
+17
View File
@@ -0,0 +1,17 @@
#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