Ejemplo n.º 1
0
 bool NeighbourIsDeadShore(Bridge neighbour)
 {
     return(neighbour != null && Info.ShorePieces.Contains(neighbour.Type) && neighbour.Health.IsDead);
 }