summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/queryDummyQuery.cpp
blob: 2fdc4406f944074c666b65b1b70079e0cbbda6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "KingSystem/ActorSystem/queryDummyQuery.h"

namespace ksys::act::ai {

DummyQuery::DummyQuery(const Query::InitArg& arg) : Query(arg) {}

bool DummyQuery::init_(sead::Heap* heap) {
    return true;
}

void DummyQuery::loadParams() {}

}  // namespace ksys::act::ai