|
@ -18,6 +18,8 @@ public class CommandListener { |
|
|
commands.put("quit", new QuitCommand()); |
|
|
commands.put("quit", new QuitCommand()); |
|
|
commands.put("location", new LocationCommand()); |
|
|
commands.put("location", new LocationCommand()); |
|
|
commands.put("travel", new TravelCommand()); |
|
|
commands.put("travel", new TravelCommand()); |
|
|
|
|
|
commands.put("inventory", new InventoryCommand()); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public HashMap<String, CommandAPI> returnCommands() { |
|
|
public HashMap<String, CommandAPI> returnCommands() { |
|
|