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

summaryrefslogtreecommitdiff
path: root/source/game/StarCommandProcessor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarCommandProcessor.hpp')
-rw-r--r--source/game/StarCommandProcessor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/game/StarCommandProcessor.hpp b/source/game/StarCommandProcessor.hpp
index 6d9bd2d..a62cfc9 100644
--- a/source/game/StarCommandProcessor.hpp
+++ b/source/game/StarCommandProcessor.hpp
@@ -28,6 +28,8 @@ private:
String warp(ConnectionId connectionId, String const& argumentString);
String warpRandom(ConnectionId connectionId, String const& argumentString);
String timewarp(ConnectionId connectionId, String const& argumentString);
+ String timescale(ConnectionId connectionId, String const& argumentString);
+ String tickrate(ConnectionId connectionId, String const& argumentString);
String setTileProtection(ConnectionId connectionId, String const& argumentString);
String setDungeonId(ConnectionId connectionId, String const& argumentString);
String setPlayerStart(ConnectionId connectionId, String const& argumentString);