Ejemplo n.º 1
0
 public override CommandResponse Execute(ParsedCommand command, Detective detective)
 {
     return(new CommandResponse("You've entered the Look command"));
 }
Ejemplo n.º 2
0
 public abstract CommandResponse Execute(ParsedCommand command, Detective detective);