diff options
author | lonaasan <shadowlona@shadowlona.dev> | 2024-09-09 09:53:11 +0200 |
---|---|---|
committer | lonaasan <shadowlona@shadowlona.dev> | 2024-09-09 09:53:11 +0200 |
commit | 98a395721ee0383bd2ed046235dd644909f2f943 (patch) | |
tree | 40a3f17b8d1dc18b387581703e836f89d41127ad /source/frontend/StarClientCommandProcessor.hpp | |
parent | 06b865fb844c1e2bbe18f329b7ed5126ce53f5c6 (diff) |
[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..658242c 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(); UniverseClientPtr m_universeClient; CinematicPtr m_cinematicOverlay; |