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