Exemplo n.º 1
0
 public Tower(MapLocation location)  // Initialize the tower's location on the map
 {
     _location = location;
 }
Exemplo n.º 2
0
 public bool IsOnPatch(MapLocation mapLocation) => pathLocations.Contains(mapLocation);