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

namespace uking::query {

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

CheckActorAction13::~CheckActorAction13() = default;

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

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

void CheckActorAction13::loadParams() {}

}  // namespace uking::query