mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 23:19:18 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user