mirror of
https://github.com/zeldaret/botw
synced 2026-05-31 17:31:53 -04:00
8 lines
195 B
C++
8 lines
195 B
C++
#include "KingSystem/ActorSystem/behaviorDummyBehavior.h"
|
|
|
|
namespace ksys::act::ai {
|
|
|
|
DummyBehavior::DummyBehavior(const Behavior::InitArg& arg) : Behavior(arg) {}
|
|
|
|
} // namespace ksys::act::ai
|