Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarPlayer.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-08-02 21:59:07 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-08-02 21:59:07 +1000
commit32e6eab0699c0c802435e6fb1a3ad47d2748acee (patch)
tree2fae448be1d2f073cded08e27fe31f69769322da /source/game/StarPlayer.hpp
parentc80b2d2dbc32c45b4eaeb802af6dcdf921b8410b (diff)
Player: Make interaction radius scriptable
Diffstat (limited to 'source/game/StarPlayer.hpp')
-rw-r--r--source/game/StarPlayer.hpp1
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;