Exemple #1
0
 public Position OverlapWith(Position other)
 {
     return(new Position(Hardpoints.Intersect(other.Hardpoints)));
 }