summaryrefslogtreecommitdiff
path: root/src/net/mercenaryhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/mercenaryhandler.h')
-rw-r--r--src/net/mercenaryhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/mercenaryhandler.h b/src/net/mercenaryhandler.h
index ef1f60a45..8fcc4bb3a 100644
--- a/src/net/mercenaryhandler.h
+++ b/src/net/mercenaryhandler.h
@@ -41,6 +41,8 @@ class MercenaryHandler notfinal
virtual void moveToMaster() const = 0;
virtual void move(const int x, const int y) const = 0;
+
+ virtual void attack(const int targetId, const bool keep) const = 0;
};
} // namespace Net