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:
@@ -1,4 +1,4 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//========= Copyright (c) 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
@@ -143,7 +143,7 @@ public:
|
||||
int RangeAttack1Conditions ( float flDot, float flDist ) { return( 0 ); }
|
||||
|
||||
virtual float GetHitgroupDamageMultiplier( int iHitGroup, const CTakeDamageInfo &info );
|
||||
void TraceAttack( const CTakeDamageInfo &info, const Vector &vecDir, trace_t *ptr, CDmgAccumulator *pAccumulator );
|
||||
void TraceAttack( const CTakeDamageInfo &info, const Vector &vecDir, trace_t *ptr );
|
||||
int OnTakeDamage_Alive( const CTakeDamageInfo &info );
|
||||
virtual float GetReactionDelay( CBaseEntity *pEnemy ) { return 0.0; }
|
||||
|
||||
@@ -239,8 +239,6 @@ public:
|
||||
public:
|
||||
CAI_ActBusyBehavior m_ActBusyBehavior;
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
CSoundPatch *m_pMoanSound;
|
||||
|
||||
Reference in New Issue
Block a user