summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/behaviorDummyBehavior.cpp
blob: 660461f5d8fe125cb8c289aeba88d8bbc606e9ee (plain)
1
2
3
4
5
6
7
#include "KingSystem/ActorSystem/behaviorDummyBehavior.h"

namespace ksys::act::ai {

DummyBehavior::DummyBehavior(const Behavior::InitArg& arg) : Behavior(arg) {}

}  // namespace ksys::act::ai