initial
This commit is contained in:
19
game/server/cstrike15/func_no_defuse.h
Normal file
19
game/server/cstrike15/func_no_defuse.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//========= Copyright <20> 2011-2011, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose: No defuse area ent
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#include "cbase.h"
|
||||
#include "triggers.h"
|
||||
|
||||
class CNoDefuseArea : public CBaseTrigger
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS( CNoDefuseArea, CBaseTrigger );
|
||||
DECLARE_DATADESC();
|
||||
|
||||
void Spawn();
|
||||
void EXPORT NoDefuseAreaTouch( CBaseEntity* pOther );
|
||||
};
|
||||
Reference in New Issue
Block a user