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