mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 15:01:35 -04:00
match some ai::Query
This commit is contained in:
@@ -7,9 +7,8 @@ IsAppAlreadyExchanged::IsAppAlreadyExchanged(const InitArg& arg) : ksys::act::ai
|
||||
|
||||
IsAppAlreadyExchanged::~IsAppAlreadyExchanged() = default;
|
||||
|
||||
// FIXME: implement
|
||||
int IsAppAlreadyExchanged::doQuery() {
|
||||
return -1;
|
||||
return 1;
|
||||
}
|
||||
|
||||
void IsAppAlreadyExchanged::loadParams(const evfl::QueryArg& arg) {}
|
||||
|
||||
Reference in New Issue
Block a user