diff options
Diffstat (limited to 'engine-ocean/Game/Systems/AI/Conditions/btcondition.cpp')
-rw-r--r-- | engine-ocean/Game/Systems/AI/Conditions/btcondition.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine-ocean/Game/Systems/AI/Conditions/btcondition.cpp b/engine-ocean/Game/Systems/AI/Conditions/btcondition.cpp new file mode 100644 index 0000000..f4de4af --- /dev/null +++ b/engine-ocean/Game/Systems/AI/Conditions/btcondition.cpp @@ -0,0 +1,6 @@ +#include "btcondition.h" + +BTCondition::BTCondition() +{ + +} |