Esempio n. 1
0
 public void Losse(Ship ship)
 {
     this.ship = ship;
     Contains.emptyMineCart();
     //ShipLading ++;
     ship.AddCart();
 }