AirOctaFlyUp::handleMessage ok, AirOctaFlyUp::leave_ not ok with a difference of 0

This commit is contained in:
bomba1749 2023-06-09 23:28:42 -04:00 committed by GitHub
parent efa72cb461
commit ee7f19e1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
#include "Game/DLC/aocHardModeManager.h"
#include "KingSystem/Utils/Thread/Message.h"
namespace uking::ai{
namespace uking::ai {
AirOctaFlyUp::AirOctaFlyUp(const InitArg& arg) : ksys::act::ai::Ai(arg) {}
@ -32,7 +32,7 @@ bool AirOctaFlyUp::handleMessage_( const ksys::Message& message) {
}
void AirOctaFlyUp::enter_(ksys::act::ai::InlineParamPack* params) {
ksys::act::ai::Ai::enter_();
ksys::act::ai::Ai::enter_(params);
}
void AirOctaFlyUp::leave_() {
@ -45,5 +45,5 @@ void AirOctaFlyUp::loadParams_() {
getAITreeVariable(&mAirOctaDataMgr_a, "AirOctaDataMgr");
}
// namespace uking::ai
}
} // namespace uking::ai