This commit is contained in:
aixianling
2025-01-09 17:45:40 +08:00
commit 5c9f1dae4a
3482 changed files with 1146531 additions and 0 deletions

View 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()
{
}
*/