ksys/act: Add Behaviors

This commit is contained in:
Léo Lam
2020-12-21 16:18:23 +01:00
parent 258bfd057a
commit 64b93c984e
7 changed files with 198 additions and 28 deletions
@@ -0,0 +1,7 @@
#include "KingSystem/ActorSystem/behaviorDummyBehavior.h"
namespace ksys::act::ai {
DummyBehavior::DummyBehavior(const Behavior::InitArg& arg) : Behavior(arg) {}
} // namespace ksys::act::ai