public void PetHelpCommand(IRocketPlayer caller, string[] command)
 {
     PetCommand.HelpCommand(caller);
 }
 public void PetsCommand(IRocketPlayer caller, string[] command)
 {
     PetCommand.ListCommand(caller);
 }