Exemplo n.º 1
0
 public void RoundhouseKick(ITarget target)
 {
     target.ReduceHitPoints(10);
 }