init
This commit is contained in:
52
server/LogicServer/ai/PassiveAI.cpp
Normal file
52
server/LogicServer/ai/PassiveAI.cpp
Normal file
@@ -0,0 +1,52 @@
|
||||
#include "StdAfx.h"
|
||||
|
||||
/*
|
||||
void CPassiveAi::AttackStart(CAnimal * pTarget)
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
void CPassiveAi::AttackStop(CAnimal * pTarget)
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void CPassiveAi::UpdateAI(TICKCOUNT nCurrentTick)
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
|
||||
void CPassiveAi::KillBy(CAnimal *pAttacker)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CPassiveAi::KillOther(CAnimal *)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void CPassiveAi::DamageBy(CAnimal * pAttacker,INT_PTR nDamageValue )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void CPassiveAi::DamageTo(CAnimal * pTarget,INT_PTR nDamageValue)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void CPassiveAi::EnterEvadeMode()
|
||||
{
|
||||
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user