diff options
Diffstat (limited to 'source/game/StarPlayer.hpp')
-rw-r--r-- | source/game/StarPlayer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarPlayer.hpp b/source/game/StarPlayer.hpp index e888015..c70c21e 100644 --- a/source/game/StarPlayer.hpp +++ b/source/game/StarPlayer.hpp @@ -147,6 +147,7 @@ public: float toolRadius() const; float interactRadius() const override; + void setInteractRadius(float interactRadius); List<InteractAction> pullInteractActions(); uint64_t currency(String const& currencyType) const; |