1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Nullkiller: add engine and activate it for blue AI only. Engine does nothing

This commit is contained in:
Andrii Danylchenko
2021-05-15 19:23:05 +03:00
committed by Andrii Danylchenko
parent a88181acd7
commit 9c85e26d3c
7 changed files with 59 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
#include "StdInc.h"
#include "Nullkiller.h"
#include "../VCAI.h"
void Nullkiller::makeTurn()
{
}