mirror of
https://github.com/zeldaret/botw
synced 2026-05-31 17:31:53 -04:00
ksys/act: Start adding RootAi
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#include "KingSystem/ActorSystem/actAiBehavior.h"
|
||||
#include "KingSystem/ActorSystem/actAiRoot.h"
|
||||
|
||||
namespace ksys::act::ai {
|
||||
|
||||
Behavior::Behavior(const InitArg& arg)
|
||||
: mActor(arg.actor), mDefIdx(static_cast<u16>(arg.def_idx)) {}
|
||||
|
||||
template class ClassContainer<Behavior>;
|
||||
|
||||
} // namespace ksys::act::ai
|
||||
|
||||
Reference in New Issue
Block a user