public Tower(MapLocation location)
 {
     _location = location;
 }
Example #2
0
 public PowerfulTower(MapLocation location) : base(location)
 {
 }