branch | noai |
changeset 9753 | 7209db94ad12 |
parent 9661 | 32ce5530b9e3 |
9752:bd87e54186f2 | 9753:7209db94ad12 |
---|---|
1 #include "ai_list_valuator.hpp" |
1 #include "ai_list_valuator.hpp" |
2 #include "ai_base.hpp" |
2 #include "ai_base.hpp" |
3 |
3 |
4 int32 AIListRandomize::Valuate(int32 town) const |
4 int32 AIList_vRandomize::Valuate(int32 town) const |
5 { |
5 { |
6 return AIBase::Rand(); |
6 return AIBase::Rand(); |
7 } |
7 } |