2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 ///////////////////////////////////////////////////////////////////////////////
7 // $Header: r:/t2repos/thief2/src/shock/shkairnb.cpp,v 1.2 1999/04/11 11:06:50 JON Exp $
27 // Must be last header
30 ///////////////////////////////////////////////////////////////////////////////
32 // CLASS: cAIShockRangedBehaviorSet
35 STDMETHODIMP_(const char *) cAIShockRangedBehaviorSet::GetName()
40 ///////////////////////////////////////
42 void cAIShockRangedBehaviorSet::CreateCombatAbilities(cAIComponentPtrs
* pComponents
)
44 pComponents
->Append(new cAIShockCombatRanged
);