diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-09 20:52:06 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 20:52:06 +1000 |
commit | 8457c2e9542230ce6c71d7fc696d4f79e4a5456c (patch) | |
tree | b896e742f817f859cc5e926422dd080fcc7460d6 /source/frontend/StarClientCommandProcessor.hpp | |
parent | 06b865fb844c1e2bbe18f329b7ed5126ce53f5c6 (diff) | |
parent | f59f6be5d33c64f8d0f335f6f6993f05a939afb5 (diff) |
Merge pull request #110 from Lonaasan/main
[Small Addition] Added respawnInWorld Command
Diffstat (limited to 'source/frontend/StarClientCommandProcessor.hpp')
-rw-r--r-- | source/frontend/StarClientCommandProcessor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarClientCommandProcessor.hpp b/source/frontend/StarClientCommandProcessor.hpp index b06f3d5..94dad5d 100644 --- a/source/frontend/StarClientCommandProcessor.hpp +++ b/source/frontend/StarClientCommandProcessor.hpp @@ -58,6 +58,7 @@ private: String enableTech(String const& argumentsString); String upgradeShip(String const& argumentsString); String swap(String const& argumentsString); + String respawnInWorld(String const& argumentsString); UniverseClientPtr m_universeClient; CinematicPtr m_cinematicOverlay; |