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

namespace uking::query {

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

CheckSiteBossDamageAnm::~CheckSiteBossDamageAnm() = default;

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

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

void CheckSiteBossDamageAnm::loadParams() {}

}  // namespace uking::query