]> git.localhorst.tv Git - blank.git/blobdiff - src/shared/CLI.hpp
impersonate command
[blank.git] / src / shared / CLI.hpp
index ab1e3eeaad60deaa701dd34850e674a546aa5c5c..b0731e8a4ce69d0ffd5b40abd643fe4c50fbd29c 100644 (file)
@@ -27,6 +27,8 @@ public:
 
        void Execute(CLIContext &, const std::string &);
 
+       World &GetWorld() noexcept { return world; }
+
 private:
        World &world;
        std::map<std::string, Command *> commands;