summaryrefslogtreecommitdiff
path: root/src/Game/AI/Query/queryCheckActorAction14_2.cpp
blob: 48307bc324a53a088f8fd55ae8f3a5026eb3e52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "Game/AI/Query/queryCheckActorAction14_2.h"
#include <evfl/Query.h>

namespace uking::query {

CheckActorAction14_2::CheckActorAction14_2(const InitArg& arg) : ksys::act::ai::Query(arg) {}

CheckActorAction14_2::~CheckActorAction14_2() = default;

// FIXME: implement
int CheckActorAction14_2::doQuery() {
    return -1;
}

void CheckActorAction14_2::loadParams(const evfl::QueryArg& arg) {}

void CheckActorAction14_2::loadParams() {}

}  // namespace uking::query