コード例 #1
0
 public void PetHelpCommand(IRocketPlayer caller, string[] command)
 {
     PetCommand.HelpCommand(caller);
 }
コード例 #2
0
 public void PetsCommand(IRocketPlayer caller, string[] command)
 {
     PetCommand.ListCommand(caller);
 }