1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/AI/Nullkiller/Behaviors/Behavior.h

13 lines
109 B
C++

#pragma once
#include "../VCAI.h"
class Behavior
{
};
class CaptureObjectBehavior : public Behavior
{
};