Exemplo n.º 1
0
 /**
  * Show all commands. This is only here to allow Game to know all about the CommandWords but it
  * can find out about them through the Parser
  */
 public String showAllCommands() {
   return commands.dspAllCommands();
 }