mirror of
https://github.com/zeldaret/botw
synced 2026-06-29 10:50:55 -04:00
ksys/act: Add Behaviors
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user