Added several commands
This commit is contained in:
@@ -11,7 +11,6 @@ static std::vector<std::string> Nouns{"Object", "Door", "North", "South", "East"
|
||||
|
||||
class CommandParser {
|
||||
private:
|
||||
// std::vector<std::string> commands;
|
||||
std::map<std::string, FUNCTION> commands;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user