diff options
Diffstat (limited to 'src/net/mercenaryhandler.h')
-rw-r--r-- | src/net/mercenaryhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/mercenaryhandler.h b/src/net/mercenaryhandler.h index 85e72b02f..ef1f60a45 100644 --- a/src/net/mercenaryhandler.h +++ b/src/net/mercenaryhandler.h @@ -39,6 +39,8 @@ class MercenaryHandler notfinal virtual void fire() = 0; virtual void moveToMaster() const = 0; + + virtual void move(const int x, const int y) const = 0; }; } // namespace Net |