game2006/server/gameserver/aicomponent.cc
2021-07-22 11:54:06 +00:00

14 lines
131 B
C++

#include "precompile.h"
#include "aicomponent.h"
AIComponent::~AIComponent()
{
}
void AIComponent::Update(int delta_time)
{
}