game2001/server/gameserver/aicomponent.cc
2019-03-15 14:29:42 +08:00

9 lines
97 B
C++

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