Esempio n. 1
0
 public RectangleMapArea(MapPosition position, MapSize size)
 {
     Position = position;
     Size     = size;
 }
Esempio n. 2
0
 public bool Equals(MapSize other)
 {
     return(Width == other.Width && Height == other.Height);
 }