Exemple #1
0
        //private static System.Random _random = new System.Random();



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