mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 06:59:20 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#ifndef _INCLUDED_ASW_CLIENT_CORPSE_H
|
||||
#define _INCLUDED_ASW_CLIENT_CORPSE_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "gib.h"
|
||||
|
||||
class CASW_Client_Corpse : public CRagGib
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS( CASW_Client_Corpse, CRagGib );
|
||||
DECLARE_SERVERCLASS();
|
||||
DECLARE_DATADESC();
|
||||
|
||||
virtual void Spawn();
|
||||
virtual void Precache();
|
||||
virtual int ShouldTransmit( const CCheckTransmitInfo *pInfo );
|
||||
virtual bool BecomeRagdollOnClient( const Vector &force );
|
||||
|
||||
string_t m_szRagdollSequence;
|
||||
};
|
||||
|
||||
#endif /* _INCLUDED_ASW_CLIENT_CORPSE_H */
|
||||
Reference in New Issue
Block a user