Beispiel #1
0
 public void AssignShip(Ship.Ship ship)
 {
     Ship = ship;
     Ship.AssignTile(this);
     FireStateChanged();
 }