ksys/act: Start adding RootAi

This commit is contained in:
Léo Lam
2020-12-09 17:17:25 +01:00
parent cd10f3774b
commit fcbe17a3f0
9 changed files with 136 additions and 9 deletions
@@ -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