コード例 #1
0
 public override CommandResponse Execute(ParsedCommand command, Detective detective)
 {
     return(new CommandResponse("You've entered the Look command"));
 }
コード例 #2
0
 public abstract CommandResponse Execute(ParsedCommand command, Detective detective);