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:
@@ -1,4 +1,4 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose: Base class for humanoid NPCs intended to fight along side player in close
|
||||
// environments
|
||||
@@ -16,6 +16,7 @@
|
||||
#include "ai_behavior_lead.h"
|
||||
#include "ai_behavior_actbusy.h"
|
||||
#include "ai_behavior_fear.h"
|
||||
#include "ai_behavior_fightfromcover.h"
|
||||
|
||||
#ifdef HL2_EPISODIC
|
||||
#include "ai_behavior_operator.h"
|
||||
@@ -362,6 +363,7 @@ protected:
|
||||
|
||||
virtual CAI_FollowBehavior &GetFollowBehavior( void ) { return m_FollowBehavior; }
|
||||
|
||||
CAI_FightFromCoverBehavior m_FightFromCoverBehavior;
|
||||
CAI_AssaultBehavior m_AssaultBehavior;
|
||||
CAI_FollowBehavior m_FollowBehavior;
|
||||
CAI_StandoffBehavior m_StandoffBehavior;
|
||||
|
||||
Reference in New Issue
Block a user