diff options
author | grbr404 <166065505+grbr404@users.noreply.github.com> | 2025-05-09 17:57:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-09 17:57:28 +0200 |
commit | 682267e765f6d7c8314e31056e68c498819d524c (patch) | |
tree | 2e160bda754116278090542714d7978d9e588d97 /source/game/StarWorldClient.hpp | |
parent | 3fc211bcb8dcddd90d50b081553750573bddea7d (diff) | |
parent | 3a54621bd8a55b672ba986f02ab094bfb4ba6faf (diff) |
Merge branch 'OpenStarbound:main' into main
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index 5ce3997..6c1f89c 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -115,6 +115,7 @@ public: void removeEntity(EntityId entityId, bool andDie); WorldTemplateConstPtr currentTemplate() const; + void setTemplate(Json newTemplate); SkyConstPtr currentSky() const; void dimWorld(); |