summaryrefslogtreecommitdiff
path: root/src/Game/AI/Query/queryCheckPlayerPullSwordFailEnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game/AI/Query/queryCheckPlayerPullSwordFailEnd.cpp')
-rw-r--r--src/Game/AI/Query/queryCheckPlayerPullSwordFailEnd.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/Game/AI/Query/queryCheckPlayerPullSwordFailEnd.cpp b/src/Game/AI/Query/queryCheckPlayerPullSwordFailEnd.cpp
new file mode 100644
index 00000000..267f5881
--- /dev/null
+++ b/src/Game/AI/Query/queryCheckPlayerPullSwordFailEnd.cpp
@@ -0,0 +1,20 @@
+#include "Game/AI/Query/queryCheckPlayerPullSwordFailEnd.h"
+#include <evfl/query.h>
+
+namespace uking::query {
+
+CheckPlayerPullSwordFailEnd::CheckPlayerPullSwordFailEnd(const InitArg& arg)
+ : ksys::act::ai::Query(arg) {}
+
+CheckPlayerPullSwordFailEnd::~CheckPlayerPullSwordFailEnd() = default;
+
+// FIXME: implement
+int CheckPlayerPullSwordFailEnd::doQuery() {
+ return -1;
+}
+
+void CheckPlayerPullSwordFailEnd::loadParams(const evfl::QueryArg& arg) {}
+
+void CheckPlayerPullSwordFailEnd::loadParams() {}
+
+} // namespace uking::query