1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

cloned Nullkiller into Nullkiller2

This commit is contained in:
Mircea TheHonestCTO
2025-08-13 14:41:15 +02:00
parent a6df82c616
commit ffad6c6a43
249 changed files with 23306 additions and 377 deletions

View File

@@ -15,7 +15,7 @@
#include "../Goals/Composition.h"
#include "../Goals/BuildThis.h"
#include "../Goals/SaveResources.h"
#include "../Engine/Nullkiller.h"
#include "../Engine/Nullkiller2.h"
namespace NKAI
{
@@ -27,7 +27,7 @@ std::string BuildingBehavior::toString() const
return "Build";
}
Goals::TGoalVec BuildingBehavior::decompose(const Nullkiller * ai) const
Goals::TGoalVec BuildingBehavior::decompose(const Nullkiller2 * ai) const
{
Goals::TGoalVec tasks;