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

namespace uking::query {

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

GeneralChoice4::~GeneralChoice4() = default;

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

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

void GeneralChoice4::loadParams() {}

}  // namespace uking::query