mirror of
https://github.com/zeldaret/botw
synced 2026-05-25 23:35:10 -04:00
ksys/act: Start adding RootAi
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#include "KingSystem/ActorSystem/actAiRoot.h"
|
||||
|
||||
namespace ksys::act::ai {
|
||||
|
||||
RootAi::RootAi(const InitArg& arg) : Ai(arg) {
|
||||
mBehaviorsByStopAndCalcTiming[0].fill({});
|
||||
mBehaviorsByStopAndCalcTiming[1].fill({});
|
||||
}
|
||||
|
||||
RootAi::~RootAi() {
|
||||
mQueries.finalize();
|
||||
mBehaviors.finalize();
|
||||
mAis.finalize();
|
||||
mActions.finalize();
|
||||
if (_140)
|
||||
delete _140;
|
||||
}
|
||||
|
||||
} // namespace ksys::act::ai
|
||||
Reference in New Issue
Block a user