#include "ai_list_valuator.hpp" #include "ai_base.hpp" int32 AIListRandomize::Valuate(int32 town) const { return AIBase::Rand(); }