|
@ -18,6 +18,7 @@ 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("map", new MapCommand()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public HashMap<String, CommandAPI> returnCommands() { |
|
|
public HashMap<String, CommandAPI> returnCommands() { |
|
|