Ejemplo n.º 1
0
 protected override bool PickUp(CarTrunk trunk)
 {
     trunk.Refill(color, amount);
     return(true);
 }