Files
mir_server/server/LogicServer/ai/NPCAI.cpp

21 lines
248 B
C++
Raw Normal View History

2025-01-09 17:45:40 +08:00
#include "StdAfx.h"
void CNpcAI::UpdateAI(TICKCOUNT nCurrentTick)
{
}
void CNpcAI::initialize(PAICONFIG pAiconfig)
{
}
void CNpcAI::UpdateNPCNonCombatTalkImpl()
{
}
void CNpcAI::PostponeTalkTimer()
{
}
void CNpcAI::UpdateNPCTalk()
{
}