public Tower(MapLocation location) { _location = location; }
public PowerfulTower(MapLocation location) : base(location) { }