コード例 #1
0
        //private static System.Random _random = new System.Random();



        public GodTower(MapLocation location) : base(location)
        {
        }
コード例 #2
0
ファイル: Tower.cs プロジェクト: Daymond-Blair/towers-n-dudes
 public Tower(MapLocation location)
 {
     _location = location;
 }