Example #1
0
        public override void Apply(T map)
        {
            // initialize grid
            var floorPlan = new GridPlan();

            floorPlan.InitSize(this.CellX, this.CellY, this.CellWidth, this.CellHeight, this.CellWall);

            map.InitGrid(floorPlan);
        }