Exemplo n.º 1
0
 public PowerTower(MapLocation mapLocation) : base(mapLocation)
 {
 }
Exemplo n.º 2
0
 public RangeTower(MapLocation mapLocation) : base(mapLocation)
 {
 }
Exemplo n.º 3
0
 public Tower(MapLocation location)
 {
     _location = location;
 }