diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-22 22:31:04 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-22 22:31:04 +1000 |
commit | cb19eef701b5c9e27d0464795fffcf8a4d795a21 (patch) | |
tree | 5cfbdf49ebd7ac9539891eea850e244887d4c355 /source/game/StarWorldClient.hpp | |
parent | 4fbd67daccfa69df6988bdf17c67ee3d5f3049c5 (diff) |
Add character swapping (no GUI yet)
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index 34efc1c..6a241ae 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -108,6 +108,8 @@ public: void reviveMainPlayer(); bool respawnInWorld() const; + void removeEntity(EntityId entityId, bool andDie); + WorldTemplateConstPtr currentTemplate() const; SkyConstPtr currentSky() const; @@ -214,8 +216,6 @@ private: void sparkDamagedBlocks(); - void removeEntity(EntityId entityId, bool andDie); - Vec2I environmentBiomeTrackPosition() const; AmbientNoisesDescriptionPtr currentAmbientNoises() const; WeatherNoisesDescriptionPtr currentWeatherNoises() const; |