]> git.localhorst.tv Git - blank.git/blobdiff - src/shared/commands.hpp
impersonate command
[blank.git] / src / shared / commands.hpp
index 53ab6977ab7339c01dcba36d56058858ee2e7c9d..c151da3c8ecec2885f4ae9f6c4db869d3c75517e 100644 (file)
@@ -6,10 +6,17 @@
 
 namespace blank {
 
+class ImpersonateCommand
+: public CLI::Command {
+
+       void Execute(CLI &, CLIContext &, TokenStreamReader &) override;
+
+};
+
 class TeleportCommand
 : public CLI::Command {
 
-       void Execute(CLI &, Player &, TokenStreamReader &) override;
+       void Execute(CLI &, CLIContext &, TokenStreamReader &) override;
 
 };