Beispiel #1
0
 public bool Equals(Position other)
 {
     return X == other.X && Y == other.Y;
 }
Beispiel #2
0
 public Spot(Position position)
 {
     Position = position;
 }