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



        public GodTower(MapLocation location) : base(location)
        {
        }
예제 #2
0
 public Tower(MapLocation location)
 {
     _location = location;
 }